Skip to content

Commit 5353177

Browse files
committed
Address review comments
1 parent bb77452 commit 5353177

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

peps/pep-0780.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ Like the grammar, also the overview table of environment markers in
218218
* - ``sys_abi_info``
219219
- ``sys.abi_info``
220220
- ``{'free_threaded::True', 'pointer_bits::64'}``,
221-
``{'free_threaded::False', 'debug::True', 'pointer_bits::32'}``
221+
``{'free_threaded::False', 'debug::True', 'pointer_bits::32'}``,
222+
``{'byteorder::little', 'pointer_bits::64'}``
222223

223224
With these additions, ABI features can be used in dependency specifications via
224225
the ``in`` operator to test for the presence of a feature, or the ``not in``

0 commit comments

Comments
 (0)