Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 172f67e

Browse files
committed
Fix trivial typo in example.
1 parent 64cda24 commit 172f67e

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)