Skip to content

Commit 09fdafa

Browse files
committed
Tweak docstring phrasing.
1 parent 25f9e2e commit 09fdafa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/matplotlib/axis.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -967,14 +967,14 @@ def get_tick_params(self, which='major'):
967967
Returns
968968
-------
969969
dict
970-
Default properties for styling *new* elements added to this axis.
970+
Properties for styling *new* elements added to this axis.
971971
972972
Notes
973973
-----
974-
This method returns the default values for styling *new* elements
975-
added to this axis and may be different from the values on current
976-
elements, if they were modified directly by the user (e.g., via
977-
``set_*`` methods on individual tick objects).
974+
This method returns the appearance parameters for styling *new*
975+
elements added to this axis and may be different from the values
976+
on current elements, if they were modified directly by the user
977+
(e.g., via ``set_*`` methods on individual tick objects).
978978
979979
Examples
980980
--------

0 commit comments

Comments
 (0)