]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-110383: Italicize variable name (#111206)
authorNick <Nikki1993@users.noreply.github.com>
Mon, 23 Oct 2023 07:56:36 +0000 (10:56 +0300)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 07:56:36 +0000 (07:56 +0000)
Doc/howto/regex.rst

index 15372e74d6fedf9207bfc466c2cf501232c9999a..5e2f9a9d1837fe03c5f6cb973ae23f3352e26575 100644 (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