Fixed typo in comment.
authormichaelwheeler <mpwheeler@gmail.com>
Thu, 20 Dec 2012 20:38:04 +0000 (15:38 -0500)
committermichaelwheeler <mpwheeler@gmail.com>
Thu, 20 Dec 2012 20:38:04 +0000 (15:38 -0500)
requests/models.py

index 59f8ad4..3922a86 100644 (file)
@@ -195,7 +195,7 @@ class Request(RequestHooksMixin):
         p.prepare_headers(self.headers)
         p.prepare_cookies(self.cookies)
         p.prepare_body(self.data, self.files)
-        # Note that prepare_auth most be last to enable authentication schemes
+        # Note that prepare_auth must be last to enable authentication schemes
         # such as OAuth to work on a fully prepared request.
         p.prepare_auth(self.auth)