mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue