File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ <h3>Translations</h3>
40
40
41
41
< h3 > Useful Links</ h3 >
42
42
< ul >
43
- < li > < a href ="http://docs.python-requests.org/en/latest/community/recommended/ "> Recomended Packages and Extensions</ a > </ li >
43
+ < li > < a href ="http://docs.python-requests.org/en/latest/community/recommended/ "> Recommended Packages and Extensions</ a > </ li >
44
44
45
45
< p > </ p >
46
46
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Sessions can also be used as context managers::
69
69
s.get('http://httpbin.org/cookies/set/sessioncookie/123456789')
70
70
71
71
This will make sure the session is closed as soon as the ``with `` block is
72
- exited, even if unhandled exceptions occured .
72
+ exited, even if unhandled exceptions occurred .
73
73
74
74
75
75
.. admonition :: Remove a Value From a Dict Parameter
You can’t perform that action at this time.
0 commit comments