summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/typeobj.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-05-03 16:21:40 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-05-03 16:21:40 (GMT)
commit510ff54324de94af23d5e229a176bffe09a87fd4 (patch)
tree15d958b96a7d2500428b4d657bb7a680eed3a2dc /Doc/c-api/typeobj.rst
parente5d3bc4700d01a0beb57df84cdf6033acee49e3d (diff)
downloadcpython-510ff54324de94af23d5e229a176bffe09a87fd4.zip
cpython-510ff54324de94af23d5e229a176bffe09a87fd4.tar.gz
cpython-510ff54324de94af23d5e229a176bffe09a87fd4.tar.bz2
Use Python 3 instead of 3.0.
Diffstat (limited to 'Doc/c-api/typeobj.rst')
-rw-r--r--Doc/c-api/typeobj.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst
index 5bda1ff..7c37786 100644
--- a/Doc/c-api/typeobj.rst
+++ b/Doc/c-api/typeobj.rst
@@ -1227,7 +1227,7 @@ on the flag bit :const:`Py_TPFLAGS_CHECKTYPES`:
- If the :const:`Py_TPFLAGS_CHECKTYPES` flag is set, binary and ternary
functions must check the type of all their operands, and implement the
necessary conversions (at least one of the operands is an instance of the
- defined type). This is the recommended way; with Python 3.0 coercion will
+ defined type). This is the recommended way; with Python 3 coercion will
disappear completely.
If the operation is not defined for the given operands, binary and ternary