Merge pull request #2769 from jwilk/spelling

docs: Fix typos
This commit is contained in:
Cory Benfield
2015-09-10 22:14:11 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
<h3>Useful Links</h3>
<ul>
<li><a href="http://docs.python-requests.org/en/latest/community/recommended/">Recomended Packages and Extensions</a></li>
<li><a href="http://docs.python-requests.org/en/latest/community/recommended/">Recommended Packages and Extensions</a></li>
<p></p>
+1 -1
View File
@@ -69,7 +69,7 @@ Sessions can also be used as context managers::
s.get('http://httpbin.org/cookies/set/sessioncookie/123456789')
This will make sure the session is closed as soon as the ``with`` block is
exited, even if unhandled exceptions occured.
exited, even if unhandled exceptions occurred.
.. admonition:: Remove a Value From a Dict Parameter