From dc6ed860f7558c4fe87e79807583fb9203d60b8a Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 5 Oct 2017 14:27:26 +0530 Subject: [PATCH] docs: fix reference to with: --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index d7d80a70..d6715278 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 ()