[issue22603] Fix a typo in the contextlib docs
Francisco Fernández Castaño added the comment: Under Fernández it's ok. -- ___ Python tracker <http://bugs.python.org/issue22603> ___ ___ Python-bugs-list m
[issue22603] Fix a typo in the contextlib docs
New submission from Francisco Fernández Castaño: >From the code example at >https://docs.python.org/3/library/contextlib.html#contextlib.ContextDecorator "logging.info('Entering: {}'.format(name)) NameError: name 'name' is not defined" nam