summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-02-18 16:34:00 -0500
committerKenneth Reitz <me@kennethreitz.org>2016-02-18 16:34:00 -0500
commite04bee7bad3abdf361dfb31a57c9a7c9a0bef9ab (patch)
treef4243348dd8bcf3d80023ca88329689c21a21a76
parentfcc29e94322dc58d623bba1a86ea0c404b0db3bf (diff)
downloadpython-requests-render.tar.gz
come out and play!render
-rw-r--r--requests/models.py2
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.