Skip to content

Commit 9859353

Browse files
deep-jkltimhoffm
andcommitted
Fix typo in markers api documentation.
Apply suggestion from @timhoffm, update lib/matplotlib/markers.py Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 21eb005 commit 9859353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/markers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Markers have some reasonable default settings for join and cap styles.
8686
However, those can be overriden when creating a new instance of MarkerStyle.
8787
Furthermore, the marker shape can be modified by supplying
88-
`~matplotlib .transforms.Transform` during creation.
88+
`~matplotlib.transforms.Transform` during creation.
8989
Some markers are created as internally rotated shapes (e.g. triangles).
9090
For such cases, both internal and user supplied transforms are combined.
9191

0 commit comments

Comments
 (0)