Commit 3aa48b88 authored by avinassh's avatar avinassh Committed by Ned Deily

bpo-36167: fix an incorrect capitalization (GH-14482)

parent 465e5d5b
......@@ -659,7 +659,7 @@ How can my code discover the name of an object?
-----------------------------------------------
Generally speaking, it can't, because objects don't really have names.
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
``def`` and ``class`` statements, but in that case the value is a
callable. Consider the following code::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment