Skip to content

Commit e9c94e0

Browse files
committed
docs: Fix typos
1 parent ebc38f7 commit e9c94e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_templates/sidebarintro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3>Translations</h3>
4040

4141
<h3>Useful Links</h3>
4242
<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>
4444

4545
<p></p>
4646

docs/user/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Sessions can also be used as context managers::
6969
s.get('http://httpbin.org/cookies/set/sessioncookie/123456789')
7070

7171
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.
7373

7474

7575
.. admonition:: Remove a Value From a Dict Parameter

0 commit comments

Comments
 (0)