Skip to content

Commit c8b0863

Browse files
authored
Merge pull request #18117 from meeseeksmachine/auto-backport-of-pr-18115-on-v3.3.0-doc
Backport PR #18115 on branch v3.3.0-doc (fix typo in Poly3DCollection docstring)
2 parents 2cf57ec + 18e98b1 commit c8b0863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

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

0 commit comments

Comments
 (0)