Skip to content

Commit 00b8b95

Browse files
committed
Fix spelling.
A quick googling hasn't shown any use of "co-erce"; MW (e.g.) only gives "coerce".
1 parent 416b8b2 commit 00b8b95

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
@@ -1629,7 +1629,7 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
16291629
def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
16301630
**kwargs):
16311631
"""
1632-
Plot co-ercing the axis to treat floats as dates.
1632+
Plot coercing the axis to treat floats as dates.
16331633
16341634
.. admonition:: Discouraged
16351635

0 commit comments

Comments
 (0)