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 ae61c71 commit e4feebaCopy full SHA for e4feeba
docs/Makefile
@@ -1,4 +1,4 @@
1
-SPHINXOPTS=-W -d build/doctrees .
+SPHINXOPTS=-n -W -d build/doctrees .
2
3
.PHONY: sphinx
4
sphinx:
tornado/httputil.py
@@ -216,10 +216,9 @@ class HTTPFile(ObjectDict):
216
"""Represents an HTTP file. For backwards compatibility, its instance
217
attributes are also accessible as dictionary keys.
218
219
- :ivar filename:
220
- :ivar body:
221
- :ivar content_type: The content_type comes from the provided HTTP header
222
- and should not be trusted outright given that it can be easily forged.
+ * ``filename``
+ * ``body``
+ * ``content_type``
223
"""
224
pass
225
0 commit comments