Skip to content

Commit ea6b55a

Browse files
committed
Fix documentation warnings
1 parent 4c7450d commit ea6b55a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Doc/c-api/long.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Import/Export API
554554
It is usually used in an *array of digits*, such as the
555555
:c:member:`PyUnstable_LongExport.digits` array.
556556
557-
Its size depend on the :c:macro:`PYLONG_BITS_IN_DIGIT` macro:
557+
Its size depend on the :c:macro:`!PYLONG_BITS_IN_DIGIT` macro:
558558
see the ``configure`` :option:`--enable-big-digits` option.
559559
560560
See :c:member:`PyUnstable_Long_LAYOUT.bits_per_digit` for the number of bits per

Doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@
140140
('c:type', 'size_t'),
141141
('c:type', 'ssize_t'),
142142
('c:type', 'time_t'),
143+
('c:type', 'int8_t'),
144+
('c:type', 'uint8_t'),
143145
('c:type', 'uint64_t'),
144146
('c:type', 'uintmax_t'),
145147
('c:type', 'uintptr_t'),

0 commit comments

Comments
 (0)