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

Skip to content

Commit ee7ce5f

Browse files
committed
FIX spelling (again!)
1 parent ad61d2e commit ee7ce5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ def _compute_zorder(self):
14401440
class HexBar3DCollection(Bar3DCollection):
14411441
"""
14421442
Hexagonal prisms with uniform cross section, bases located on z-plane at *z0*,
1443-
aranged in a regular grid at *x*, *y* locations and height *z - z0*.
1443+
arranged in a regular grid at *x*, *y* locations and height *z - z0*.
14441444
"""
14451445
_n_faces = 8
14461446

@@ -1658,7 +1658,7 @@ def _camera_position(ax):
16581658

16591659

16601660
def _get_data_step(x, axis=0):
1661-
# for data arange in a regular grid, get the size of the data step by
1661+
# for data arrange in a regular grid, get the size of the data step by
16621662
# looking for the first non-zero step along an axis.
16631663
# If axis is singular, return 1
16641664

0 commit comments

Comments
 (0)