8000 Fix typos · matplotlib/matplotlib@8c560f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c560f8

Browse files
committed
Fix typos
1 parent ccfe720 commit 8c560f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ def _update_label_position(self, bboxes, bboxes2):
16411641
"""
16421642
raise NotImplementedError('Derived must override')
16431643

1644-
def _update_offset_text_postion(self, bboxes, bboxes2):
1644+
def _update_offset_text_position(self, bboxes, bboxes2):
16451645
"""
16461646
Update the label position based on the sequence of bounding
16471647
boxes of all the ticklabels

lib/matplotlib/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
7676
* :class:`HourLocator`: locate hours
7777
78-
* :class:`DayLocator`: locate specifed days of the month
78+
* :class:`DayLocator`: locate specified days of the month
7979
8080
* :class:`WeekdayLocator`: Locate days of the week, e.g., MO, TU
8181

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def draggable(self, state=None, use_blit=False, update="loc"):
948948
draggable is on.
949949
950950
The update parameter control which parameter of the legend changes
951-
when dragged. If update is "loc", the *loc* paramter of the legend
951+
when dragged. If update is "loc", the *loc* parameter of the legend
952952
is changed. If "bbox", the *bbox_to_anchor* parameter is changed.
953953
"""
954954
is_draggable = self._draggable is not None

0 commit comments

Comments
 (0)
0