mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix markup.
This commit is contained in:
parent
91ef21f2b6
commit
f0c51fabe8
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ Notes:
|
||||||
|
|
||||||
(2)
|
(2)
|
||||||
The ``'q'`` and ``'Q'`` type codes are available only if
|
The ``'q'`` and ``'Q'`` type codes are available only if
|
||||||
the platform C compiler used to build Python supports C :ctype:`long long`,
|
the platform C compiler used to build Python supports C :c:type:`long long`,
|
||||||
or, on Windows, :ctype:`__int64`.
|
or, on Windows, :c:type:`__int64`.
|
||||||
|
|
||||||
.. versionadded:: 3.3
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue