Skip to content

Commit 310a889

Browse files
committed
fix typo
1 parent 06d0144 commit 310a889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/recipes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ you will see that the x tick labels are all squashed together.
123123
plt.plot(r.date, r.close)
124124
plt.title('Default date handling can cause overlapping labels')
125125

126-
Another annoyance is that if you hover the mouse over a the window and
126+
Another annoyance is that if you hover the mouse over the window and
127127
look in the lower right corner of the matplotlib toolbar
128128
(:ref:`navigation-toolbar`) at the x and y coordinates, you see that
129129
the x locations are formatted the same way the tick labels are, eg

0 commit comments

Comments
 (0)