mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
fix comma location in various places (GH-19233)
This commit is contained in:
parent
51e3e450fb
commit
c49016e67c
8 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@ Objects, values and types
|
|||
|
||||
:dfn:`Objects` are Python's abstraction for data. All data in a Python program
|
||||
is represented by objects or by relations between objects. (In a sense, and in
|
||||
conformance to Von Neumann's model of a "stored program computer," code is also
|
||||
conformance to Von Neumann's model of a "stored program computer", code is also
|
||||
represented by objects.)
|
||||
|
||||
.. index::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue