New submission from gladman:

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?

----------
assignee: docs@python
components: Documentation
messages: 261485
nosy: docs@python, gladman
priority: normal
severity: normal
status: open
title: Documentation of ord(c) easy to misread
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26525>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to