From 55237ad67dddaf070a40ea1ab64f84799356edfa Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 25 Jul 2012 13:24:38 +0100 Subject: [PATCH] Comment typo fix and move newline. --- requests/_oauth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/_oauth.py b/requests/_oauth.py index 7105a602..165e937e 100644 --- a/requests/_oauth.py +++ b/requests/_oauth.py @@ -4,8 +4,8 @@ requests._oauth ~~~~~~~~~~~~~~~ -This module comtains the path hack neccesary for oauthlib to be vendored into requests -while allowing upstream changes. +This module contains the path hack necessary for oauthlib to be vendored into +requests while allowing upstream changes. """ import os