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
693693 This function always succeeds if *obj * is a Python :class: `int ` object or a
694694 subclass.
695695
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
697697 called when the export is no longer needed.
698698
699699
Original file line number Diff line number Diff line change @@ -129,8 +129,7 @@ General Options
129129
130130 Define the ``PYLONG_BITS_IN_DIGIT `` to ``15 `` or ``30 ``.
131131
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> `.
134133
135134.. option :: --with-suffix=SUFFIX
136135
You can’t perform that action at this time.
0 commit comments