Skip to content

Commit 994d722

Browse files
committed
DOC: Fix syntax of suggestion
1 parent b9c5152 commit 994d722

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)