Skip to content

Commit 39aeb9f

Browse files
Simple typo fix (GH-24448)
(cherry picked from commit 5f18c22) Co-authored-by: Andrew Tennikoff <atenni@users.noreply.github.com>
1 parent c8b4375 commit 39aeb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/urllib2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ schemes. For example, you can make an FTP request like so::
9797

9898
In the case of HTTP, there are two extra things that Request objects allow you
9999
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
100+
extra information ("metadata") *about* the data or about the request itself, to
101101
the server - this information is sent as HTTP "headers". Let's look at each of
102102
these in turn.
103103

0 commit comments

Comments
 (0)