miniscule changes

This commit is contained in:
2026-07-13 13:03:35 +02:00
parent 058716f3c0
commit 34bbd68894
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -12,11 +12,11 @@ import numpy
class DataPool(collections.abc.MutableMapping):
"""
dictionary with sending change events
"""
# supports tranlation from dictionary keys to pytables hdf node names
# supports translation from dictionary keys to pytables hdf node names
# taken from: Python Ref Manual Section 2.3: Identifiers and keywords
# things are always prefixed by "dir_" or "dict_"
"""
translation_table=""
for i in range(256):
c=chr(i)