diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-17 19:23:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-17 19:23:43 (GMT) |
commit | 5f2c1d27b929369d0ee47c45a3f9bcf8e260a260 (patch) | |
tree | 9a8b8863ee6caccc4255e4be57ae2b6a7a2a7413 /Doc | |
parent | a55dda6773adb1e5e9e81c481a67a1fd18cd9169 (diff) | |
download | cpython-5f2c1d27b929369d0ee47c45a3f9bcf8e260a260.zip cpython-5f2c1d27b929369d0ee47c45a3f9bcf8e260a260.tar.gz cpython-5f2c1d27b929369d0ee47c45a3f9bcf8e260a260.tar.bz2 |
Typo(!): "normal" -> "number"
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/liburlparse.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 4819d3c..7e00ca5 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -119,7 +119,7 @@ in \var{url}, returns \var{url} unmodified and an empty string. URLs.} \seerfc{1808}{Relative Uniform Resource Locators}{ This Request For Comments includes the rules for joining an - absolute and a relative URL, including a fair normal of + absolute and a relative URL, including a fair number of ``Abnormal Examples'' which govern the treatment of border cases.} \seerfc{2396}{Uniform Resource Identifiers (URI): Generic Syntax}{ |