]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup.
authorGeorg Brandl <georg@python.org>
Tue, 27 Sep 2011 05:30:00 +0000 (07:30 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 27 Sep 2011 05:30:00 +0000 (07:30 +0200)
Doc/library/array.rst

index 75f680e5b4a89c24ab559010b0b5c8c87ade6507..d8e0df43e3500fb560c2eef8f7a458180086d764 100644 (file)
@@ -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