New submission from TAKASE Arihiro: In Doc/distutils/apiref.rst, the palameter name of CCompiler.library_option is *lib*, but written *dir* in the documentation.
This also applies to the docstring of CCompiler.library_option(). The attached patch fixes it. ---------- assignee: docs@python components: Documentation files: library_option.patch keywords: patch messages: 250512 nosy: artakase, docs@python priority: normal severity: normal status: open title: Wrong parameter name in distutils documentation type: behavior versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file40444/library_option.patch _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue25076> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
