Skip to content

Commit bd2f744

Browse files
authored
Merge pull request matplotlib#30667 from star1327p/correct-typos
DOC: Correct typos: lets -> let's [ci docs]
2 parents cfccd8a + bd81e73 commit bd2f744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/tests/test_dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_DateFormatter():
275275
import matplotlib.testing.jpl_units as units
276276
units.register()
277277

278-
# Lets make sure that DateFormatter will allow us to have tick marks
278+
# Let's make sure that DateFormatter will allow us to have tick marks
279279
# at intervals of fractional seconds.
280280

281281
t0 = datetime.datetime(2001, 1, 1, 0, 0, 0)

lib/matplotlib/tests/test_sankey.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def test_sankey():
9-
# lets just create a sankey instance and check the code runs
9+
# let's just create a sankey instance and check the code runs
1010
sankey = Sankey()
1111
sankey.add()
1212

0 commit comments

Comments
 (0)