Skip to content

Commit c6816bb

Browse files
committed
Fix argument style
1 parent 8cfc8f0 commit c6816bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/users_explain/text/text_intro.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@
202202
# ======
203203
#
204204
# Subplot titles are set in much the same way as labels, but there is
205-
# the ``loc`` keyword argument that can change the position and justification
206-
# (the default value is ``loc='center'``).
205+
# the *loc* keyword argument that can change the position and justification
206+
# (the default value is "center").
207207

208208
fig, axs = plt.subplots(3, 1, figsize=(5, 6), tight_layout=True)
209209
locs = ['center', 'left', 'right']

0 commit comments

Comments
 (0)