Skip to content

Commit

Permalink
Remove useless line
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
  • Loading branch information
julien4215 and Kludex committed Apr 24, 2024
1 parent 8ed49a9 commit 2220954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/requests.md
Expand Up @@ -61,7 +61,6 @@ For example: `request.path_params['username']`
#### Client Address

The client's remote address is exposed as a named two-tuple `request.client` (or `None`).
`request.client` may be `None` but each item in the tuple will not be `None`.

The hostname or IP address: `request.client.host`

Expand Down

0 comments on commit 2220954

Please sign in to comment.