Skip to content

Commit 657e268

Browse files
committed
Remove unwanted characters
1 parent 8631c31 commit 657e268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def example_plot(ax, fontsize=12, hide_labels=False):
7070
# To prevent this, the location of axes needs to be adjusted. For
7171
# subplots, this can be done manually by adjusting the subplot parameters
7272
# using `.Figure.subplots_adjust`. However, specifying your figure with the
73-
# # ``layout="constrained"`` keyword argument will do the adjusting
74-
# # automatically.
73+
# ``layout="constrained"`` keyword argument will do the adjusting
74+
# automatically.
7575

7676
fig, ax = plt.subplots(layout="constrained")
7777
example_plot(ax, fontsize=24)

0 commit comments

Comments
 (0)