mirror of
https://github.com/python/cpython.git
synced 2024-11-23 09:54:58 +08:00
Fix typo in _swappedbytes_ in ctypes comment (#102773)
It's a minor typo, but it makes for a misleading comment. Let's fix it.
This commit is contained in:
parent
718e86671f
commit
30a306c2ad
@ -37,7 +37,7 @@ class _swapped_union_meta(_swapped_meta, type(Union)): pass
|
||||
################################################################
|
||||
|
||||
# Note: The Structure metaclass checks for the *presence* (not the
|
||||
# value!) of a _swapped_bytes_ attribute to determine the bit order in
|
||||
# value!) of a _swappedbytes_ attribute to determine the bit order in
|
||||
# structures containing bit fields.
|
||||
|
||||
if sys.byteorder == "little":
|
||||
|
Loading…
Reference in New Issue
Block a user