How do I report (or fix) documentation errors?

I know that the Phoenix documentation is mostly generated, but I’ve come across a case where the sample code provided in the docs halts with a TypeError that reports that I have passed too many parameters to a class constructor. Where do I report this? Or can I just fix it?

Hi Paul,

I know that the Phoenix documentation is mostly generated, but I've come across a case where the sample code provided in the docs halts with a TypeError that reports that I have passed too many parameters to a class constructor. Where do I report this? Or can I just fix it?

It depends, if it is in a wx.lib module then you can just do a PR on: GitHub - wxWidgets/Phoenix: wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.

See also: ContributeWithGIT - wxPyWiki

If it is in wxWidgets then the PR should go on: GitHub - wxWidgets/wxWidgets: Cross-Platform C++ GUI Library

And I believe you should still open a ticket on their trac.

Werner

···

On 5/24/2015 10:21, Paul Keating wrote: