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 gladman
Recipients docs@python, gladman
Date 2016-03-10.08:51:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457599892.41.0.987128084347.issue26525@psf.upfronthosting.co.za>
In-reply-to
Content
It is very easy to misread the greek 'nu' used in the ord(c) documentation as ord('v') (i.e. an alphabetic 'v').  This can lead the reader to draw a wrong conclusion about the behaviour of the function. 

Would it not be better if this example used a greek letter that is less easy to misread in this way?  Or, perhaps, add extra text indicating that the greek letter 'nu' is being referenced?
History
Date User Action Args
2016-03-10 08:51:32gladmansetrecipients: + gladman, docs@python
2016-03-10 08:51:32gladmansetmessageid: <1457599892.41.0.987128084347.issue26525@psf.upfronthosting.co.za>
2016-03-10 08:51:32gladmanlinkissue26525 messages
2016-03-10 08:51:31gladmancreate