diff options
| author | Georg Brandl <georg@python.org> | 2011-03-06 10:12:54 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-03-06 10:12:54 (GMT) |
| commit | 1ebca480309b78d728c4f3a0d1cd4b2cefd92d0a (patch) | |
| tree | 361bff7cd8801c0129a63ad97c241099d679788d /Doc/howto/regex.rst | |
| parent | 8a1acf2e34dc109a2b01f172b05475caea32e060 (diff) | |
| parent | 891391bf68e66bc441d8c6fc49ab1cf657e394bd (diff) | |
| download | cpython-1ebca480309b78d728c4f3a0d1cd4b2cefd92d0a.zip cpython-1ebca480309b78d728c4f3a0d1cd4b2cefd92d0a.tar.gz cpython-1ebca480309b78d728c4f3a0d1cd4b2cefd92d0a.tar.bz2 | |
Merge doc fixes.
Diffstat (limited to 'Doc/howto/regex.rst')
| -rw-r--r-- | Doc/howto/regex.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst index 8f39eeb..07a8b56 100644 --- a/Doc/howto/regex.rst +++ b/Doc/howto/regex.rst @@ -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 |
