Fix accidental-merge docstrings

This commit is contained in:
Kenneth Reitz
2011-10-09 08:25:17 -04:00
parent ba93593711
commit 78b5d9ed45
+5 -1
View File
@@ -4,6 +4,7 @@
requests.models
~~~~~~~~~~~~~~~
This module contains the primary classes that power Requests.
"""
import urllib
@@ -243,7 +244,10 @@ class Request(object):
def send(self, anyway=False):
"""Sends the shit."""
"""Sends the HTTP Request. Populates `Request.response`.
Returns True if everything went according to plan.
"""
# Safety check.
self._checks()