From: Georg Brandl Date: Tue, 27 Sep 2011 05:30:00 +0000 (+0200) Subject: Fix markup. X-Git-Tag: v3.3.0a1~1490 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0c51fabe8eaf462317bfe49d3ae442f3162e914;p=thirdparty%2FPython%2Fcpython.git Fix markup. --- diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 75f680e5b4a8..d8e0df43e350 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