From: Walter Dörwald Date: Wed, 31 Aug 2005 11:03:12 +0000 (+0000) Subject: SF bug #1277016: Turn sentence fragment into a complete sentence. X-Git-Tag: v2.5a0~1422 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff9ca5e39b972fd21dbf928fc912f95bb2ae3fee;p=thirdparty%2FPython%2Fcpython.git SF bug #1277016: Turn sentence fragment into a complete sentence. --- diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 7e00ca5692e0..4f366d44aa04 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}