Skip to content

Commit da558c7

Browse files
committed
Fix docstring
1 parent 65e9f5d commit da558c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/artist.py

+1-1
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)