Skip to content

Commit

Permalink
[3.11] gh-110383: Italicize variable name (GH-111206) (#111208)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <Nikki1993@users.noreply.github.com>
  • Loading branch information
miss-islington and Nikki1993 committed Oct 23, 2023
1 parent 6020a3e commit 0a23960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/regex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a23960

Please sign in to comment.