Skip to content

Commit bc2a816

Browse files
authored
Merge pull request matplotlib#30954 from anntzer/pyto
2 parents 64cda24 + 172f67e commit bc2a816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/examples/mplot3d/intersecting_planes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
example, we lift the problem of mutual overlap by segmenting the planes at their
1313
intersections, making four parts out of each plane.
1414
15-
This examples only works correctly for planes that cut each other in haves. This
15+
This examples only works correctly for planes that cut each other in halves. This
1616
limitation is intentional to keep the code more readable. Cutting at arbitrary
1717
positions would of course be possible but makes the code even more complex.
1818
Thus, this example is more a demonstration of the concept how to work around

0 commit comments

Comments
 (0)