Message 250512 - Python tracker (original) (raw)

Message250512

Author artakase
Recipients artakase, docs@python
Date 2015-09-12.04:41:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1442032866.5.0.225181106977.issue25076@psf.upfronthosting.co.za
In-reply-to
Content
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.
History
Date User Action Args
2015-09-12 04:41:06 artakase set recipients: + artakase, docs@python
2015-09-12 04:41:06 artakase set messageid: 1442032866.5.0.225181106977.issue25076@psf.upfronthosting.co.za
2015-09-12 04:41:05 artakase link issue25076 messages
2015-09-12 04:41:05 artakase create