
http://hg.python.org/cpython/rev/84280fac98b9 changeset: 72471:84280fac98b9 user: Georg Brandl <georg@python.org> date: Tue Sep 27 07:30:00 2011 +0200 summary: Fix markup. files: Doc/library/array.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/array.rst b/Doc/library/array.rst --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -52,8 +52,8 @@ (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 -- Repository URL: http://hg.python.org/cpython
participants (1)
-
georg.brandl