mirror of
https://github.com/naruxde/revpimodio2.git
synced 2026-03-31 15:08:09 +02:00
docs: translate German comments and docstrings to English
Translate all inline comments, docstrings, and documentation from German to English across the codebase to improve accessibility for international developers. Fixes #27 Signed-off-by: Nicolai Buchwitz <n.buchwitz@kunbus.com>
This commit is contained in:
@@ -84,7 +84,7 @@ class TestIos(TestRevPiModIO):
|
||||
"""Testet mehrbittige IOs."""
|
||||
rpi = self.modio(configrsc="config_supervirt.rsc")
|
||||
|
||||
# Adressen und Längen prüfen
|
||||
# Check addresses and lengths
|
||||
self.assertEqual(rpi.device[65]._offset, 75)
|
||||
|
||||
self.assertEqual(rpi.io.InBit_1.length, 1)
|
||||
|
||||
Reference in New Issue
Block a user