gh-110383: Italicize variable name (#111206)

This commit is contained in:
Nick 2023-10-23 10:56:36 +03:00 committed by GitHub
parent 1172d02f9f
commit c84b0390c0
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