docs: fix last German text in io.py docstring

Changed 'wenn Vorzeichenbehaftet' to 'if signed'
This commit is contained in:
Nicolai Buchwitz
2026-02-12 14:00:23 +01:00
committed by akira
parent 3c56eed978
commit e7d5bd9fdf
+1 -1
View File
@@ -1499,7 +1499,7 @@ class StructIO(IOBase):
""" """
Retrieves whether the value should be treated as signed. Retrieves whether the value should be treated as signed.
:return: True, wenn Vorzeichenbehaftet :return: True if signed
""" """
return self._signed return self._signed