Skip to content

Commit fbd9161

Browse files
committed
FIX: bad refs
1 parent bded946 commit fbd9161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/intermediate/arranging_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
#
165165
# `~.pyplot.subplots` and `~.pyplot.subplot_mosaic` provide high-level
166166
# interfaces to create `~.gridspec.GridSpec` objects and add associated
167-
# new axes to a figure at given `~.GridSpec.SubplotSpec` inside the
167+
# new axes to a figure at given `~.gridspec.SubplotSpec` inside the
168168
# *GridSpec*.
169169
#
170170
# Basic 2x2 grid

0 commit comments

Comments
 (0)