summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-09-27 05:30:00 (GMT)
committerGeorg Brandl <georg@python.org>2011-09-27 05:30:00 (GMT)
commitf0c51fabe8eaf462317bfe49d3ae442f3162e914 (patch)
treec8e867f35b1b2b89309e6dc539c2fe856b5c0288
parent91ef21f2b620879761275d82be90a018e67a3835 (diff)
downloadcpython-f0c51fabe8eaf462317bfe49d3ae442f3162e914.zip
cpython-f0c51fabe8eaf462317bfe49d3ae442f3162e914.tar.gz
cpython-f0c51fabe8eaf462317bfe49d3ae442f3162e914.tar.bz2
Fix markup.
-rw-r--r--Doc/library/array.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst
index 75f680e..d8e0df4 100644
--- a/Doc/library/array.rst
+++ b/Doc/library/array.rst
@@ -52,8 +52,8 @@ Notes:
(2)
The ``'q'`` and ``'Q'`` type codes are available only if
- the platform C compiler used to build Python supports C :ctype:`long long`,
- or, on Windows, :ctype:`__int64`.
+ the platform C compiler used to build Python supports C :c:type:`long long`,
+ or, on Windows, :c:type:`__int64`.
.. versionadded:: 3.3