8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465e5d5 commit 3aa48b8Copy full SHA for 3aa48b8
Doc/faq/programming.rst
@@ -659,7 +659,7 @@ How can my code discover the name of an object?
659
-----------------------------------------------
660
661
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
+Essentially, assignment always binds a name to a value; the same is true of
663
``def`` and ``class`` statements, but in that case the value is a
664
callable. Consider the following code::
665
0 commit comments