mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
Fixed docstring typo
This commit is contained in:
parent
ab40b80fa6
commit
aa8e7e877c
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user