diff options
author | Kenneth Reitz <me@kennethreitz.org> | 2016-02-18 16:34:00 -0500 |
---|---|---|
committer | Kenneth Reitz <me@kennethreitz.org> | 2016-02-18 16:34:00 -0500 |
commit | e04bee7bad3abdf361dfb31a57c9a7c9a0bef9ab (patch) | |
tree | f4243348dd8bcf3d80023ca88329689c21a21a76 /requests/models.py | |
parent | fcc29e94322dc58d623bba1a86ea0c404b0db3bf (diff) | |
download | python-requests-render.tar.gz |
come out and play!render
Diffstat (limited to 'requests/models.py')
-rw-r--r-- | requests/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/models.py b/requests/models.py index 236751bb..11d4eae1 100644 --- a/requests/models.py +++ b/requests/models.py @@ -558,7 +558,7 @@ class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): # Prepare body for dump. if body and self.body: - # Add an extra newline; gotta keep 'em seperated! + # Add an extra newline; gotta keep 'em separated! dump_.append('') # Slightly differing behavior for Python 3's stubbornness. |