1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +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