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

Skip to content

Commit 4763798

Browse files
committed
Fix rendering of code block
1 parent 4e19e52 commit 4763798

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
@@ -677,7 +677,7 @@ def set_sketch_params(self, scale=None, length=None, randomness=None):
677677
"""
678678
Set the sketch parameters.
679679
680-
Requires the following preamble when using the PGF backend:
680+
Requires the following preamble when using the PGF backend::
681681
682682
\\usepgfmodule{decorations}
683683
\\usepgflibrary{decorations.pathmorphing}

0 commit comments

Comments
 (0)