mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Merge doc fixes.
This commit is contained in:
commit
891391bf68
8 changed files with 23 additions and 24 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue