docs: Fix typos

This commit is contained in:
Jakub Wilk
2015-09-10 22:45:59 +02:00
parent ebc38f7825
commit e9c94e0f06
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