Skip to content

Commit b598318

Browse files
authored
Update dates.py to correct .scale
1 parent 7ee3b69 commit b598318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ class AutoDateFormatter(ticker.Formatter):
826826
A `.Formatter` which attempts to figure out the best format to use. This
827827
is most useful when used with the `AutoDateLocator`.
828828
829-
`.AutoDateFormatter` has a ``.scale`` dictionary that maps tick scales (the
829+
`.AutoDateFormatter` has a ``.scaled`` dictionary that maps tick scales (the
830830
interval in days between one major tick) to format strings; this dictionary
831831
defaults to ::
832832

0 commit comments

Comments
 (0)