Skip to content

Commit eaa2964

Browse files
committed
oops, don't need to edit topics.py
1 parent 878fdcc commit eaa2964

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Lib/pydoc_data/topics.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6894,8 +6894,9 @@ class that has an "__rsub__()" method, "type(y).__rsub__(y, x)" is
68946894
*************************
68956895

68966896
*Objects* are Python’s abstraction for data. All data in a Python
6897-
program is represented by objects or by relations between objects.
6898-
Even code is represented by objects.
6897+
program is represented by objects or by relations between objects. (In
6898+
a sense, and in conformance to Von Neumann’s model of a “stored
6899+
program computer”, code is also represented by objects.)
68996900

69006901
Every object has an identity, a type and a value. An object’s
69016902
*identity* never changes once it has been created; you may think of it

0 commit comments

Comments
 (0)