mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Simple typo fix (GH-24448)
This commit is contained in:
parent
4bb332cfd1
commit
5f18c22339
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ schemes. For example, you can make an FTP request like so::
|
|||
|
||||
In the case of HTTP, there are two extra things that Request objects allow you
|
||||
to do: First, you can pass data to be sent to the server. Second, you can pass
|
||||
extra information ("metadata") *about* the data or the about request itself, to
|
||||
extra information ("metadata") *about* the data or about the request itself, to
|
||||
the server - this information is sent as HTTP "headers". Let's look at each of
|
||||
these in turn.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue