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

Skip to content

Commit 083a193

Browse files
authored
Merge pull request #18115 from mdeff/patch-1
fix typo in Poly3DCollection docstring
2 parents 57e8fc3 + c3fb03b commit 083a193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def __init__(self, verts, *args, zsort='average', **kwargs):
572572
Parameters
573573
----------
574574
verts : list of array-like Nx3
575-
Each element describes a polygon as a sequnce of ``N_i`` points
575+
Each element describes a polygon as a sequence of ``N_i`` points
576576
``(x, y, z)``.
577577
zsort : {'average', 'min', 'max'}, default: 'average'
578578
The calculation method for the z-order.

0 commit comments

Comments
 (0)