[New-bugs-announce] [issue36167] DOC: Incorrect capitalization in Programming FAQ

Cheryl Sabella report at bugs.python.org
Sat Mar 2 07:18:19 EST 2019


New submission from Cheryl Sabella <cheryl.sabella at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36167>
_______________________________________


More information about the New-bugs-announce mailing list