Kaydet (Commit) 69eb7045 authored tarafından Thomas Grainger's avatar Thomas Grainger Kaydeden (comit) Tim Graham

Fixed typo in ContentFile docstring.

üst 013d439f
......@@ -120,7 +120,7 @@ class File(FileProxyMixin):
class ContentFile(File):
"""
A File-like object that take just raw content, rather than an actual file.
A File-like object that takes just raw content, rather than an actual file.
"""
def __init__(self, content, name=None):
stream_class = StringIO if isinstance(content, str) else BytesIO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment