[issue8993] Small typo in docs for PySys_SetArgv

New submission from flashk <flashk@gmail.com>: The docs for PySys_SetArgv say: "This function works like PySys_SetArgv() with updatepath set to 1." I believe it should be "PySys_SetArgvEx". I've attached a patch. ---------- assignee: docs@python components: Documentation files: init.rst.patch keywords: patch messages: 107771 nosy: docs@python, flashk priority: normal severity: normal status: open title: Small typo in docs for PySys_SetArgv versions: Python 2.7 Added file: http://bugs.python.org/file17665/init.rst.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8993> _______________________________________

Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r81984. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8993> _______________________________________
participants (2)
-
flashk
-
Georg Brandl