From e007a5a13f3234db499a83a10fa891125d77a3ff Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 22 Oct 2011 19:27:44 -0400 Subject: [PATCH] docstring --- requests/exceptions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requests/exceptions.py b/requests/exceptions.py index e381e8cf..101d1ce6 100644 --- a/requests/exceptions.py +++ b/requests/exceptions.py @@ -2,7 +2,9 @@ """ requests.exceptions -~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~ + +This module contains the set of Requests' exceptions. """