Skip to content

Commit ef92d5f

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR matplotlib#24363: DOC: Fix syntax of suggestion
1 parent dca6c7a commit ef92d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/advanced/transforms_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
# a new transform with an added offset. So above we could have done::
480480
#
481481
# shadow_transform = transforms.offset_copy(ax.transData,
482-
# fig=fig, dx, dy, units='inches')
482+
# fig, dx, dy, units='inches')
483483
#
484484
#
485485
# .. _transformation-pipeline:

0 commit comments

Comments
 (0)