Skip to content

Commit 03c1a5a

Browse files
committed
& -> and
1 parent 373386f commit 03c1a5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,8 +2051,8 @@ Deprecated C APIs
20512051

20522052
- :c:macro:`Py_ALIGNED`: Prefer ``alignas`` instead.
20532053
- :c:macro:`PY_FORMAT_SIZE_T`: Use ``"z"`` directly.
2054-
- :c:macro:`Py_LL` & :c:macro:`Py_ULL`:
2055-
Use standard suffixes, ``LL`` & ``ULL``.
2054+
- :c:macro:`Py_LL` and :c:macro:`Py_ULL`:
2055+
Use standard suffixes, ``LL`` and ``ULL``.
20562056
- :c:macro:`PY_LONG_LONG`, :c:macro:`PY_LLONG_MIN`, :c:macro:`PY_LLONG_MAX`,
20572057
:c:macro:`PY_ULLONG_MAX`, :c:macro:`PY_INT32_T`, :c:macro:`PY_UINT32_T`,
20582058
:c:macro:`PY_INT64_T`, :c:macro:`PY_UINT64_T`, :c:macro:`PY_SIZE_MAX`:

0 commit comments

Comments
 (0)