Skip to content

Commit c32b6db

Browse files
committed
Small fixes
1 parent 28bc28f commit c32b6db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/axis.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ class Tick(artist.Artist):
6060
Determines whether to draw the tickline.
6161
6262
tick1On : bool
63-
Determines whether to draw the 1st tickline.
63+
Determines whether to draw the first tickline.
6464
6565
tick2On : bool
66-
Determines whether to draw the 2nd tickline.
66+
Determines whether to draw the second tickline.
6767
6868
label1On : bool
69-
Determines whether to draw tick label.
69+
Determines whether to draw the first tick label.
7070
7171
label2On : bool
72-
Determines whether to draw tick label.
72+
Determines whether to draw the second tick label.
7373
"""
7474
def __init__(self, axes, loc, label,
7575
size=None, # points

0 commit comments

Comments
 (0)