Diez B. Roggisch wrote:
Mark du Preez wrote:

Hi

Can anyone tell me where to go to suggest changes to the Python
documentation?

Thanks.

http://docs.python.org/ has a "bugs"-section that leads to

http://docs.python.org/bugs.html

You can file doc-bugs in the tracker, and check if they are already fixed in
the dev-docs.

Actually, check first at

http://docs.python.org/dev/py3k/     for 3.2a
http://docs.python.org/dev/          for 2.7a

These are updated often, perhaps nightly.
Then file if you still think a change is needed.

For small changes, a specific suggested rewording is sufficient.

"Change 'tihs' to 'this'."

"Between 'Sentence 1' and 'sentence 2', I suggest adding 'sentence 3'."

The doc maintainers are happy to do the rst formatting themselves.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to