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

Skip to content

Commit 096d583

Browse files
committed
Fix docstring
1 parent 26a7c2a commit 096d583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def set_sketch_params(self, scale=None, length=None, randomness=None):
684684
\\usepgflibrary{decorations.pathmorphing}
685685
686686
This also applies to PGF backend + PDF output, where this must be added
687-
to `pgf.preamble` manually. The PGF backend uses the `randomness`
687+
to *pgf.preamble* manually. The PGF backend uses the *randomness*
688688
argument as a seed and not as described below. Pass the same seed to
689689
obtain the same random shape.
690690

0 commit comments

Comments
 (0)