[3.12] gh-110383: Italicize variable name (GH-111206) (#111207)

Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-10-23 10:11:41 +02:00 committed by GitHub
parent 8f94d0f692
commit 4d781bce27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,7 +245,7 @@ You can omit either *m* or *n*; in that case, a reasonable value is assumed for
the missing value. Omitting *m* is interpreted as a lower limit of 0, while
omitting *n* results in an upper bound of infinity.
The simplest case ``{m}`` matches the preceding item exactly **m** times.
The simplest case ``{m}`` matches the preceding item exactly *m* times.
For example, ``a/{2}b`` will only match ``'a//b'``.
Readers of a reductionist bent may notice that the three other quantifiers can