mirror of
https://github.com/naruxde/revpimodio2.git
synced 2026-03-31 23:18:04 +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:
@@ -96,7 +96,7 @@ class TestDevicesModule(TestRevPiModIO):
|
||||
self.assertEqual(33 in rpi.device.virt01, False)
|
||||
self.assertEqual(552 in rpi.device.virt01, True)
|
||||
|
||||
# Löschen
|
||||
# Delete
|
||||
del rpi.device.virt01
|
||||
with self.assertRaises(AttributeError):
|
||||
rpi.device.virt01
|
||||
|
||||
Reference in New Issue
Block a user