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

Skip to content

Commit 58e1912

Browse files
committed
DOC: fix doc
1 parent 4385f90 commit 58e1912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def __init__(self, ax, mappable=None, *, cmap=None,
432432

433433
@property
434434
def long_axis(self):
435-
"""Axis that has decorations (ticks etc) on it."""
435+
"""Axis that has decorations (ticks, etc) on it."""
436436
return self._long_axis()
437437

438438
@property

0 commit comments

Comments
 (0)