summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2020-12-17 17:25:55 (GMT)
committerGitHub <noreply@github.com>2020-12-17 17:25:55 (GMT)
commit96a09df64483b70c4215c7025a19b9d2f1636c55 (patch)
treefd26f8d4ccd9acd170e42802efd65b255d1f8d9e /Doc/reference
parentbf353f3c2d937772a8cf30b15fd8eb7b82665ccb (diff)
downloadcpython-96a09df64483b70c4215c7025a19b9d2f1636c55.zip
cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.gz
cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.bz2
[doc] Fix a few margins due to bad markup (GH-23619)
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/datamodel.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index c882301..62f8529 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -217,7 +217,6 @@ Ellipsis
There are two types of integers:
Integers (:class:`int`)
-
These represent numbers in an unlimited range, subject to available (virtual)
memory only. For the purpose of shift and mask operations, a binary
representation is assumed, and negative numbers are represented in a variant of