Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edaaa3a

Browse files
authored
Merge pull request #24363 from larsoner/doc
DOC: Fix syntax of suggestion
2 parents b9c5152 + 994d722 commit edaaa3a

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)