8000 bpo-36167: fix an incorrect capitalization (GH-14482) · python/cpython@409493d · GitHub
[go: up one dir, main page]

Skip to content

Commit 409493d

Browse files
bpo-36167: fix an incorrect capitalization (GH-14482)
(cherry picked from commit 3aa48b8) Co-authored-by: avinassh <avinassh@users.noreply.github.com>
1 parent 554143e commit 409493d

File tre 8000 e

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/faq/programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ How can my code discover the name of an object?
659659
-----------------------------------------------
660660

661661
Generally speaking, it can't, because objects don't really have names.
662-
Essentially, assignment always binds a name to a value; The same is true of
662+
Essentially, assignment always binds a name to a value; the same is true of
663663
``def`` and ``class`` statements, but in that case the value is a
664664
callable. Consider the following code::
665665

0 commit comments

Comments
 (0)
0