Skip to content

Commit 4d781bc

Browse files
[3.12] gh-110383: Italicize variable name (GH-111206) (#111207)
Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
1 parent 8f94d0f commit 4d781bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/regex.rst

Lines changed: 1 addition & 1 deletion
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)