File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -693,7 +693,7 @@ Export API
693
693
This function always succeeds if *obj * is a Python :class: `int ` object or a
694
694
subclass.
695
695
696
- If *export_long.digits * is not ``NULL, :c:func:`PyLong_FreeExport` must be
696
+ If *export_long.digits * is not ``NULL `` , :c:func: `PyLong_FreeExport ` must be
697
697
called when the export is no longer needed.
698
698
699
699
Original file line number Diff line number Diff line change @@ -129,8 +129,7 @@ General Options
129
129
130
130
Define the ``PYLONG_BITS_IN_DIGIT `` to ``15 `` or ``30 ``.
131
131
132
- See :data: `sys.int_info.bits_per_digit <sys.int_info> ` and the
133
- :c:type: `Py_digit ` type.
132
+ See :data: `sys.int_info.bits_per_digit <sys.int_info> `.
134
133
135
134
.. option :: --with-suffix=SUFFIX
136
135
You can’t perform that action at this time.
0 commit comments