]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 8f39eeb526407ad57ed48736b9dc5c285ce1a67a..07a8b561d017116843da6c2a32e68d1228bd4dcd 100644 (file)
@@ -76,7 +76,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