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

Skip to content

Commit 3aa48b8

Browse files
avinasshned-deily
authored andcommitted
bpo-36167: fix an incorrect capitalization (GH-14482)
1 parent 465e5d5 commit 3aa48b8

File tree

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