Skip to content

Commit 7300cdc

Browse files
committed
[Doc] Minor consistency changes
1 parent ca946ac commit 7300cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/markers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
``11`` (``CARETDOWNBASE``) |m36| caretdown (centered at base)
4848
``"none"`` or ``"None"`` nothing
4949
``" "`` or ``""`` nothing
50-
``'$...$'`` |m37| Render the string using mathtext.
50+
``"$...$"`` |m37| Render the string using mathtext.
5151
E.g ``"$f$"`` for marker showing the
5252
letter ``f``.
5353
``verts`` A list of (x, y) pairs used for Path
5454
vertices. The center of the marker is
5555
located at (0, 0) and the size is
5656
normalized, such that the created path
5757
is encapsulated inside the unit cell.
58-
path A `~matplotlib.path.Path` instance.
58+
``path`` A `~matplotlib.path.Path` instance.
5959
``(numsides, 0, angle)`` A regular polygon with ``numsides``
6060
sides, rotated by ``angle``.
6161
``(numsides, 1, angle)`` A star-like symbol with ``numsides``

0 commit comments

Comments
 (0)