File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ complete listing.
266266
267267.. c :macro :: Py_LL(number)
268268
269- Use *number * as a :c:type: ` long long ` integer literal.
269+ Use *number * as a `` long long ` ` integer literal.
270270
271271 This usally expands to *number * followed by ``LL ``, but will expand to some
272272 compiler-specific suffixes (such as ``I64 ``) on older compilers.
@@ -356,7 +356,7 @@ complete listing.
356356
357357.. c :macro :: Py_ULL(number)
358358
359- Similar to :c:macro: `Py_LL `, but *number * will be a :c:type: ` unsigned long long `
359+ Similar to :c:macro: `Py_LL `, but *number * will be an `` unsigned long long ` `
360360 literal instead. This is done by appending ``U `` to the result of ``Py_LL ``.
361361
362362 In modern versions of Python, this macro is not very useful, as C99 and
You can’t perform that action at this time.
0 commit comments