From: Georg Brandl Date: Mon, 7 Jan 2008 09:27:36 +0000 (+0000) Subject: Fix reverse Ximenez symptom. X-Git-Tag: v3.0a3~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59d6916ca84afe1a7a317cb4ce6dc044e4316f09;p=thirdparty%2FPython%2Fcpython.git Fix reverse Ximenez symptom. --- diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 9c2d7cd58414..237d8589ead7 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -170,7 +170,7 @@ Ellipsis These represent elements from the mathematical set of integers (positive and negative). - There are three types of integers: + There are two types of integers: Plain integers .. index::