8000 Merge pull request #20315 from anntzer/typo · matplotlib/matplotlib@734479c · GitHub
[go: up one dir, main page]

Skip to content

Commit 734479c

Browse files
authored
Merge pull request #20315 from anntzer/typo
Fix spelling.
2 parents d9ecf81 + 00b8b95 commit 734479c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
16361636
def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
16371637
**kwargs):
16381638
"""
1639-
Plot co-ercing the axis to treat floats as dates.
1639+
Plot coercing the axis to treat floats as dates.
16401640
16411641
.. admonition:: Discouraged
16421642

0 commit comments

Comments
 (0)
0