Skip to content

Commit 670e527

Browse files
committed
FIX: spelling
1 parent d62d54a commit 670e527

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
@@ -1138,7 +1138,7 @@ def get_edgecolor(self):
11381138
class Bar3DCollection(Poly3DCollection):
11391139
"""
11401140
Bars with constant square cross section, bases located on z-plane at *z0*,
1141-
aranged in a regular grid at *x*, *y* locations and height *z - z0*.
1141+
arranged in a regular grid at *x*, *y* locations and height *z - z0*.
11421142
"""
11431143

11441144
# TODO: don't need to plot occluded faces

0 commit comments

Comments
 (0)