[issue40041] Typo in argparse ja-document wrong:'append', correct:'extend'
New submission from Yasunobu Imamura <imamura.kit@gmail.com>: In Japanese document of argparse, https://docs.python.org/ja/3/library/argparse.html In explain of action, ENGLISH DOCUMENT: ..., 'append', ..., 'extend' JAPANESE DOCUMENT: ..., 'append', ..., 'append' So, Japanese document is wrong. ---------- assignee: docs@python components: Documentation messages: 364797 nosy: Yasunobu Imamura, docs@python priority: normal severity: normal status: open title: Typo in argparse ja-document wrong:'append', correct:'extend' type: enhancement versions: Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40041> _______________________________________
Karthikeyan Singaravelan <tir.karthi@gmail.com> added the comment: Japanese translation is tracked in GitHub and can be reported there. https://github.com/python/python-docs-ja ---------- nosy: +xtreak _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40041> _______________________________________
Tomohiko Kinebuchi <cocoatomo77@gmail.com> added the comment: Japanese translation issues are tracked in the repository below for historical reasons. So, please create a report about this issue in English or Japanese. https://github.com/python-doc-ja/python-doc-ja/issues ---------- nosy: +cocoatomo versions: +Python 3.8 -Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40041> _______________________________________
Yasunobu Imamura <imamura.kit@gmail.com> added the comment: moved to https://github.com/python-doc-ja/python-doc-ja/issues/825 ---------- resolution: -> rejected stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40041> _______________________________________
participants (3)
-
Karthikeyan Singaravelan -
Tomohiko Kinebuchi -
Yasunobu Imamura