diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-03-04 14:07:51 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-03-04 14:07:51 (GMT) |
commit | 85f3227a74d7e04c637489f37d08f0ed10ae3054 (patch) | |
tree | be75eacbac7cd2b6a71feb48ec9d688b2a7bb22b /Doc | |
parent | b4329f3f62423c490628ee9ef20b4455b23e3631 (diff) | |
download | cpython-85f3227a74d7e04c637489f37d08f0ed10ae3054.zip cpython-85f3227a74d7e04c637489f37d08f0ed10ae3054.tar.gz cpython-85f3227a74d7e04c637489f37d08f0ed10ae3054.tar.bz2 |
[bug #696771] Remove misleading parenthetical aside
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libre.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 7482b9c..0b0f477 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -313,8 +313,6 @@ the space after the group). This special sequence can only be used to match one of the first 99 groups. If the first digit of \var{number} is 0, or \var{number} is 3 octal digits long, it will not be interpreted as a group match, but as the character with octal value \var{number}. -(There is a group 0, which is the entire matched pattern, but it can't -be referenced with \regexp{\e 0}; instead, use \regexp{\e g<0>}.) Inside the \character{[} and \character{]} of a character class, all numeric escapes are treated as characters. |