From e7d5bd9fdf9493759e60de8389da519e2b44bb0a Mon Sep 17 00:00:00 2001 From: Nicolai Buchwitz Date: Tue, 3 Feb 2026 16:17:29 +0100 Subject: [PATCH] docs: fix last German text in io.py docstring Changed 'wenn Vorzeichenbehaftet' to 'if signed' --- src/revpimodio2/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/revpimodio2/io.py b/src/revpimodio2/io.py index c155eed..375c8f2 100644 --- a/src/revpimodio2/io.py +++ b/src/revpimodio2/io.py @@ -1499,7 +1499,7 @@ class StructIO(IOBase): """ Retrieves whether the value should be treated as signed. - :return: True, wenn Vorzeichenbehaftet + :return: True if signed """ return self._signed