We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718e866 commit 30a306cCopy full SHA for 30a306c
Lib/ctypes/_endian.py
@@ -37,7 +37,7 @@ class _swapped_union_meta(_swapped_meta, type(Union)): pass
37
################################################################
38
39
# Note: The Structure metaclass checks for the *presence* (not the
40
-# value!) of a _swapped_bytes_ attribute to determine the bit order in
+# value!) of a _swappedbytes_ attribute to determine the bit order in
41
# structures containing bit fields.
42
43
if sys.byteorder == "little":
0 commit comments