Issue 8528: typo in argparse documentation (original) (raw)

Issue8528

Created on 2010-04-25 09:22 by akira, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg104144 - (view) Author: Akira Li (akira) * Date: 2010-04-25 09:22
`messges` should be replaced by `messages` on http://docs.python.org/dev/library/argparse.html#upgrading-optparse-code page.
msg104145 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-04-25 10:16
Thanks, fixed in r80460.
History
Date User Action Args
2022-04-11 14:57:00 admin set github: 52774
2010-04-25 10:16:09 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + assignee: docs@python -> resolution: fixed
2010-04-25 09:22:54 akira create