Skip to content

Commit c84b039

Browse files
authored
gh-110383: Italicize variable name (#111206)
1 parent 1172d02 commit c84b039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/regex.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ You can omit either *m* or *n*; in that case, a reasonable value is assumed for
245245
the missing value. Omitting *m* is interpreted as a lower limit of 0, while
246246
omitting *n* results in an upper bound of infinity.
247247

248-
The simplest case ``{m}`` matches the preceding item exactly **m** times.
248+
The simplest case ``{m}`` matches the preceding item exactly *m* times.
249249
For example, ``a/{2}b`` will only match ``'a//b'``.
250250

251251
Readers of a reductionist bent may notice that the three other quantifiers can

0 commit comments

Comments
 (0)