]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport checkin:
authorWalter Dörwald <walter@livinglogic.de>
Wed, 31 Aug 2005 11:05:01 +0000 (11:05 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 31 Aug 2005 11:05:01 +0000 (11:05 +0000)
SF bug #1277016: Turn sentence fragment into a complete sentence.

Doc/lib/liburlparse.tex

index 7e00ca5692e0d40094d7e6d2195ca57dce900499..4f366d44aa04a2cb1158d155c65911043354a809 100644 (file)
@@ -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}