New submission from Berker Peksag:

>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

----------
assignee: docs@python
components: Documentation
files: contextlib-typo.diff
keywords: patch
messages: 218944
nosy: berker.peksag, docs@python
priority: normal
severity: normal
stage: patch review
status: open
title: Fix a typo in the contextlib docs
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35322/contextlib-typo.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21558>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to