docs: fix last German text in io.py docstring

Changed 'wenn Vorzeichenbehaftet' to 'if signed'
This commit is contained in:
Nicolai Buchwitz
2026-02-03 16:17:29 +01:00
committed by Sven Sager
parent 3c56eed978
commit e7d5bd9fdf

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