mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #19795: Mark up None as literal text.
This commit is contained in:
parent
9f2e377beb
commit
ecf41da83e
50 changed files with 108 additions and 106 deletions
|
@ -476,7 +476,7 @@ request.
|
|||
|
||||
.. attribute:: Request.data
|
||||
|
||||
The entity body for the request, or None if not specified.
|
||||
The entity body for the request, or ``None`` if not specified.
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
Changing value of :attr:`Request.data` now deletes "Content-Length"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue