Skip to content

Commit a7eff27

Browse files
authored
Merge pull request matplotlib#31775 from meeseeksmachine/auto-backport-of-pr-31773-on-v3.11.x
Backport PR matplotlib#31773 on branch v3.11.x (Update dates.py to correct .scale)
2 parents 2021faa + 56c936a commit a7eff27

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)