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

Skip to content

Commit 6359b0b

Browse files
authored
Merge pull request #24369 from meeseeksmachine/auto-backport-of-pr-24363-on-v3.6.2-doc
Backport PR #24363 on branch v3.6.2-doc (DOC: Fix syntax of suggestion)
2 parents 071bb89 + deb7182 commit 6359b0b

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)