Skip to content

Commit 91e66b2

Browse files
authored
Merge pull request matplotlib#31773 from smartlixx/patch-1
Update dates.py to correct .scale
2 parents 7ee3b69 + b598318 commit 91e66b2

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)