Skip to content

Commit 00aef48

Browse files
timhoffmstory645
andauthored
Update lib/matplotlib/axis.py
Co-authored-by: hannah <story645@gmail.com>
1 parent 46c3d39 commit 00aef48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ def get_gridlines(self):
15601560
guaranteed to be persistent. Various operations can create, delete and
15611561
modify the Tick instances.
15621562
1563-
Consider using `.Axis.set_tick_params` / `.Axis.get_tick_params` to
1563+
Use `.Axis.set_tick_params` / `.Axis.get_tick_params` to
15641564
define and query grid styling.
15651565
"""
15661566
ticks = self.get_major_ticks()

0 commit comments

Comments
 (0)