diff options
| author | Georg Brandl <georg@python.org> | 2010-10-06 08:56:53 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-10-06 08:56:53 +0000 |
| commit | 4b05466e25b686fed9084452e88e7a8b7728a843 (patch) | |
| tree | 6119674ce9a9904c8ecd0f8de2b3e9a9214e467d /Doc/library/urllib.parse.rst | |
| parent | 57a5e3f0e288b70267297511f5af2c92721d7e2d (diff) | |
| download | cpython-git-4b05466e25b686fed9084452e88e7a8b7728a843.tar.gz | |
Merged revisions 84945 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911: doc copyedits.
........
Diffstat (limited to 'Doc/library/urllib.parse.rst')
| -rw-r--r-- | Doc/library/urllib.parse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst index 4fb2936f9c..3e1c628296 100644 --- a/Doc/library/urllib.parse.rst +++ b/Doc/library/urllib.parse.rst @@ -354,7 +354,7 @@ The :mod:`urllib.parse` module defines the following functions: :rfc:`3986` - Uniform Resource Identifiers This is the current standard (STD66). Any changes to urlparse module should conform to this. Certain deviations could be observed, which are - mostly due backward compatiblity purposes and for certain to de-facto + mostly for backward compatibility purposes and for certain de-facto parsing requirements as commonly observed in major browsers. :rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax |
