hzhu лет назад: 7
Родитель
Сommit
30c16e5fbc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tt.py

+ 1 - 1
tt.py

@@ -15,7 +15,7 @@ def response(event):
15 15
         s = toList(texts)
16 16
         #print s
17 17
         UPN.text.insert(END,'\n=\n')
18
-        UPN.text.insert(END,suffixPolishStyle(s))
18
+        UPN.text.insert(END,f(s))
19 19
         UPN.text.see('end')
20 20
 def UPN():    
21 21
     root.title('umgekehrte polnische Notation')