Skip to content

Commit 91ff037

Browse files
committed
Make use of backtick consistent
1 parent d8809b8 commit 91ff037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ultraplot/axes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
The axes title. Can optionally be a sequence strings, in which case
318318
the title will be selected from the sequence according to `~Axes.number`.
319319
abc : bool or str or sequence, default: :rc:`abc`
320-
The "a-b-c" subplot label style. Must contain the character `a` or ``A``,
320+
The "a-b-c" subplot label style. Must contain the character `a` or `A`,
321321
for example ``'a.'``, or ``'A'``. If ``True`` then the default style of
322322
``'a'`` is used. The `a` or ``A`` is replaced with the alphabetic character
323323
matching the `~Axes.number`. If `~Axes.number` is greater than 26, the

0 commit comments

Comments
 (0)