From: Nick Date: Mon, 23 Oct 2023 07:56:36 +0000 (+0300) Subject: gh-110383: Italicize variable name (#111206) X-Git-Tag: v3.13.0a2~361 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c84b0390c053446b746b65ec82755918955e79e0;p=thirdparty%2FPython%2Fcpython.git gh-110383: Italicize variable name (#111206) --- diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst index 15372e74d6fe..5e2f9a9d1837 100644 --- a/Doc/howto/regex.rst +++ b/Doc/howto/regex.rst @@ -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