Skip to content

Commit

Permalink
Minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Apr 11, 2015
1 parent 5478dd6 commit a0632d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ def prepare_url(self, url, params):

if not scheme:
raise MissingSchema("Invalid URL {0!r}: No schema supplied. "
"Perhaps you meant http://{0}?"
.format(to_native_string(url, 'utf8')))
"Perhaps you meant http://{0}?".format(
to_native_string(url, 'utf8')))

if not host:
raise InvalidURL("Invalid URL %r: No host supplied" % url)
Expand Down

0 comments on commit a0632d8

Please sign in to comment.