remove : from request.Filename doc

This commit is contained in:
Prodesire 2017-12-29 19:59:04 +08:00
parent e0adec94fc
commit 69c279b3b4
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@ Request
Supply several methods to get filename.
.. py:staticmethod:: from_url(url):
.. py:staticmethod:: from_url(url)
Detected filename as unicode or None.
.. py:staticmethod:: from_headers(headers):
.. py:staticmethod:: from_headers(headers)
Detect filename from Content-Disposition headers if present.
``headers`` could be a dict, list or string.
.. py:staticmethod:: from_any(dst=None, headers=None, url=None):
.. py:staticmethod:: from_any(dst=None, headers=None, url=None)
Detect filename from dst or headers or url.