From 3475399a472ad0813a18d0b1fbeaec773f6cdeab Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 6 May 2015 12:35:14 -0700 Subject: [PATCH] fix captilization --- requests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/__init__.py b/requests/__init__.py index 47165761..a403663b 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -6,7 +6,7 @@ # / """ -requests HTTP library +Requests HTTP library ~~~~~~~~~~~~~~~~~~~~~ Requests is an HTTP library, written in Python, for human beings. Basic GET