This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author robin.stocker
Recipients robin.stocker
Date 2008-01-03.21:31:59
SpamBayes Score 0.11297067
Marked as misclassified No
Message-id <1199395920.46.0.540210712887.issue1730@psf.upfronthosting.co.za>
In-reply-to
Content
I saw a minor inconsistency in the documentation of the os module and
then somehow ended up proof-reading the whole file :). The result of
this is attached as a patch against trunk.

Summary of the changes:

- Use the imperative tense in method descriptions
- Some more links using semantic markup
- Added example for file.seek
- Consistently use "" instead of '' in text
- or-ed, OR'd replaced with ORed
- bit-wise replaced with bitwise

Diffstat for the patch::

 Doc/c-api/newtypes.rst        |    2 
 Doc/library/fcntl.rst         |    2 
 Doc/library/functions.rst     |    2 
 Doc/library/msvcrt.rst        |    2 
 Doc/library/os.rst            |  155
+++++++++++++++++++++---------------------
 Doc/library/stdtypes.rst      |    9 +-
 Doc/library/winsound.rst      |    2 
 Doc/reference/expressions.rst |   18 ++--
 Lib/test/test_doctest.py      |    2 
 Modules/fcntlmodule.c         |    2 
 10 files changed, 101 insertions(+), 95 deletions(-)

I hope the changes are ok.
History
Date User Action Args
2008-01-03 21:32:00robin.stockersetspambayes_score: 0.112971 -> 0.11297067
recipients: + robin.stocker
2008-01-03 21:32:00robin.stockersetspambayes_score: 0.112971 -> 0.112971
messageid: <1199395920.46.0.540210712887.issue1730@psf.upfronthosting.co.za>
2008-01-03 21:32:00robin.stockerlinkissue1730 messages
2008-01-03 21:31:59robin.stockercreate