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

Skip to content

Commit 4e3143e

Browse files
committed
DOC: fix markup
1 parent 54189fc commit 4e3143e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,7 @@ def subplot_mosaic(self, mosaic, *, sharex=False, sharey=False,
18781878
18791879
If *mosaic* is a string, and thus all keys are single characters,
18801880
it is possible to use a single string instead of a tuple as keys;
1881-
i.e. "AB" is equivalent to `("A", "B")`.
1881+
i.e. ``"AB"`` is equivalent to ``("A", "B")``.
18821882
18831883
.. versionadded:: 3.7
18841884

0 commit comments

Comments
 (0)