docs: fix reference to with:

This commit is contained in:
David Wilson 2017-10-05 14:27:26 +05:30
parent c9daa2ff30
commit 0299f86bc9
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ contexts.
Remove the select's notifier function from each registered receiver.
Necessary to prevent memory leaks in long-running receivers. This is
called automatically when the Python ``with:`` statement is used.
called automatically when the Python :keyword:`with` statement is used.
.. py:method:: empty ()