mirror of https://github.com/python/cpython
#11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ].
This commit is contained in:
parent
45ec333c72
commit
a2388be2af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue