mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Fix accidental-merge docstrings
This commit is contained in:
+5
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user