mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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)
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue