Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d4fcc7

Browse files
authored
Merge pull request #17312 from story645/typo
changed axis to axes in lifecycle tutorial
2 parents d98f3c0 + 12493f3 commit 2d4fcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/lifecycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def currency(x, pos):
207207

208208
###############################################################################
209209
# We can then apply this function to the labels on our plot. To do this,
210-
# we use the ``xaxis`` attribute of our axis. This lets you perform
210+
# we use the ``xaxis`` attribute of our axes. This lets you perform
211211
# actions on a specific axis on our plot.
212212

213213
fig, ax = plt.subplots(figsize=(6, 8))

0 commit comments

Comments
 (0)