1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-11-23 21:34:45 +02:00
This commit is contained in:
MarkParker5
2021-02-27 01:12:15 +02:00
parent 8295f302d1
commit fbb5cbb1f5

View File

@@ -97,6 +97,6 @@ class Zieit (Command):
'викл.':'',
'ст.в.':'',
}
for short, full in names.items()
for short, full in names.items():
string.replace(short, full)
return string