Skip to content

Commit 9e3d80a

Browse files
committed
Fix typo in Quick start guide tutorial
1 parent 0b4e615 commit 9e3d80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/quick_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# fig, axs = plt.subplots(2, 2) # a figure with a 2x2 grid of Axes
6565
# # a figure with one axes on the left, and two on the right:
6666
# fig, axs = plt.subplot_mosaic([['left', 'right-top'],
67-
# ['left', 'right_bottom]])
67+
# ['left', 'right_bottom']])
6868
#
6969
# It is often convenient to create the Axes together with the Figure, but you
7070
# can also manually add Axes later on. Note that many

0 commit comments

Comments
 (0)