New submission from Cheryl Sabella <cheryl.sabe...@gmail.com>:
In Programming FAQ under question "How can my code discover the name of an object?", in the second sentence, the word 'The' shouldn't be capitalized after the semi-colon. Essentially, assignment always binds a name to a value; ---> The <--- same is true of def and class statements, but in that case the value is a callable. Assigning to @Mariatta for the sprints. ---------- assignee: Mariatta components: Documentation messages: 337007 nosy: Mariatta, cheryl.sabella priority: normal severity: normal stage: needs patch status: open title: DOC: Incorrect capitalization in Programming FAQ versions: Python 3.7, Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36167> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com