]> granicus.if.org Git - python/commitdiff
#11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie...
authorGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 10:07:11 +0000 (11:07 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 10:07:11 +0000 (11:07 +0100)
Doc/howto/regex.rst

index 1005c23f41ab780fe58d4a8bd67b55c21ab5609e..1523c48664614712ec73c42c9871802e6a2507ec 100644 (file)
@@ -81,7 +81,7 @@ devoted to discussing various metacharacters and what they do.
 Here's a complete list of the metacharacters; their meanings will be discussed
 in the rest of this HOWTO. ::
 
-   . ^ $ * + ? { [ ] \ | ( )
+   . ^ $ * + ? { [ ] \ | ( )
 
 The first metacharacters we'll look at are ``[`` and ``]``. They're used for
 specifying a character class, which is a set of characters that you wish to