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

Skip to content

Commit 18e98b1

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #18115: fix typo in Poly3DCollection docstring
1 parent 2cf57ec commit 18e98b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 1 deletion
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)