We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b4375 commit 39aeb9fCopy full SHA for 39aeb9f
Doc/howto/urllib2.rst
@@ -97,7 +97,7 @@ schemes. For example, you can make an FTP request like so::
97
98
In the case of HTTP, there are two extra things that Request objects allow you
99
to do: First, you can pass data to be sent to the server. Second, you can pass
100
-extra information ("metadata") *about* the data or the about request itself, to
+extra information ("metadata") *about* the data or about the request itself, to
101
the server - this information is sent as HTTP "headers". Let's look at each of
102
these in turn.
103
0 commit comments