New submission from siyuan0322 <siyuan0...@gmail.com>:

In the Chinese version of documentation (both simplified and tradinational) of 
contextlib, the URL of `__enter__` and `__exit__` of 
[`contextlib.AbstractContextManager`](https://docs.python.org/zh-cn/3/library/contextlib.html#contextlib.AbstractContextManager)
 is pointing to the `__aenter__` and `__aexit__` method, which is a small 
mistake.

----------
assignee: docs@python
components: Documentation
messages: 377532
nosy: docs@python, siyuan
priority: normal
severity: normal
status: open
title: Document error in chinese version of contextlib.
versions: Python 3.8

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

Reply via email to