@@ -29,28 +29,30 @@ always available. Unless explicitly noted otherwise, all variables are read-only
2929
3030 .. attribute :: abi_info.pointer_bits
3131
32- The width of pointers in bits, as an integer, equivalent
33- to ``8 * sizeof(void *) ``. Usually, this is ``32 `` or ``64 ``.
32+ The width of pointers in bits, as an integer,
33+ equivalent to ``8 * sizeof(void *) ``.
34+ Usually, this is ``32 `` or ``64 ``.
3435
3536 .. attribute :: abi_info.free_threaded
3637
37- A boolean indicating whether the interpreter was built with
38+ A Boolean indicating whether the interpreter was built with
3839 :term: `free threading ` support.
39- This reflects the presence of the :option: `--disable-gil ` configure
40- option, or the setting of the `` DisableGil `` property on Windows,
41- respectively .
40+ This reflects either the presence of the :option: `--disable-gil `
41+ :file: ` configure ` option ( on Unix)
42+ or setting the `` DisableGil `` property (on Windows) .
4243
4344 .. attribute :: abi_info.debug
4445
45- A boolean indicating whether the interpreter was built in
46+ A Boolean indicating whether the interpreter was built in
4647 :ref: `debug mode <debug-build >`.
47- This reflects the presence of the :option: `--with-pydebug ` configure
48- option, or the ``Debug `` configuration on Windows, respectively.
48+ This reflects either the presence of the :option: `--with-pydebug `
49+ :file: `configure ` option (on Unix)
50+ or the ``Debug `` configuration (on Windows).
4951
5052 .. attribute :: abi_info.byteorder
5153
52- A string indicating the native byte order, either `` 'big' `` or
53- ``'little' ``.
54+ A string indicating the native byte order,
55+ either `` 'big' `` or ``'little' ``.
5456 This is the same as the :data: `byteorder ` attribute.
5557
5658
0 commit comments