Fixed docstring typo

This commit is contained in:
Marnanel Thurman 2019-11-01 17:50:57 +00:00
parent ab40b80fa6
commit aa8e7e877c

View File

@ -266,7 +266,7 @@ class Request:
def _load_data_and_files(self): def _load_data_and_files(self):
""" """
Parses the request content into `self.data`. Parses the request content into `self._data`.
""" """
if not _hasattr(self, '_data'): if not _hasattr(self, '_data'):
self._data, self._files = self._parse() self._data, self._files = self._parse()