This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, docs@python
Date 2014-05-23.03:58:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400817528.11.0.0994185866372.issue21558@psf.upfronthosting.co.za>
In-reply-to
Content
From the code example at https://docs.python.org/3.5/library/contextlib.html#supporting-a-variable-number-of-context-managers

"if need_special resource:" (see line 4) should be "if need_special_resource:".

Related changeset: http://hg.python.org/cpython/rev/5d91d87b5969
History
Date User Action Args
2014-05-23 03:58:48berker.peksagsetrecipients: + berker.peksag, docs@python
2014-05-23 03:58:48berker.peksagsetmessageid: <1400817528.11.0.0994185866372.issue21558@psf.upfronthosting.co.za>
2014-05-23 03:58:47berker.peksaglinkissue21558 messages
2014-05-23 03:58:47berker.peksagcreate