Skip to content

Commit ff82ecb

Browse files
QuLogicMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #10460: DOC: remove sphinx markup that confsed SG
1 parent 26069ed commit ff82ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/recipes/create_subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Fernando Perez has provided a nice top level method to create in
2525
# :func:`~matplotlib.pyplots.subplots` (note the "s" at the end)
2626
# everything at once, and turn on x and y sharing for the whole bunch.
27-
# You can either unpack the axes individually::
27+
# You can either unpack the axes individually...
2828

2929
# new style method 1; unpack the axes
3030
fig, ((ax1, ax2), (ax3, ax4)) = plt.subplots(2, 2, sharex=True, sharey=True)

0 commit comments

Comments
 (0)