New submission from paul stoop <[EMAIL PROTECTED]>:

On page http://docs.python.org/ref/notation.html the following text:
    name        ::=     lc_letter
    lc_letter   ::=     "a"..."z"
The first line says that a name is an lc_letter followed by a sequence
of zero or more lc_letters and underscores
...

should read (imho) 
    name        ::=     lc_letter(_|lc_letter)*
...

----------
assignee: georg.brandl
components: Documentation
messages: 70732
nosy: georg.brandl, pavlosto
severity: normal
status: open
title: Python Reference Manual inconsistency (Notation)
versions: Python 2.5

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to