diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-08-31 11:05:01 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-08-31 11:05:01 (GMT) |
commit | fe05c5f7563d5a0d0038eb56a55f3309cf383526 (patch) | |
tree | 64b36615b8d07881eea3828db4a8d9c8c1a9a9c4 | |
parent | 8f3b5d8f942a0607d666ca2529e2139eb17f408d (diff) | |
download | cpython-fe05c5f7563d5a0d0038eb56a55f3309cf383526.zip cpython-fe05c5f7563d5a0d0038eb56a55f3309cf383526.tar.gz cpython-fe05c5f7563d5a0d0038eb56a55f3309cf383526.tar.bz2 |
Backport checkin:
SF bug #1277016: Turn sentence fragment into a complete sentence.
-rw-r--r-- | Doc/lib/liburlparse.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 7e00ca5..4f366d4 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -69,9 +69,9 @@ This is similar to \function{urlparse()}, but does not split the params from the URL. This should generally be used instead of \function{urlparse()} if the more recent URL syntax allowing parameters to be applied to each segment of the \var{path} portion of -the URL (see \rfc{2396}). A separate function is needed to separate -the path segments and parameters. This function returns a 5-tuple: -(addressing scheme, network location, path, query, fragment +the URL (see \rfc{2396}) is wanted. A separate function is needed to +separate the path segments and parameters. This function returns a +5-tuple: (addressing scheme, network location, path, query, fragment identifier). \versionadded{2.2} \end{funcdesc} |