fix comma location in various places (GH-19233)

This commit is contained in:
Mathieu Dupuy 2020-03-30 23:28:25 +02:00 committed by GitHub
parent 51e3e450fb
commit c49016e67c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

View file

@ -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::