hzhu пре 7 година
родитељ
комит
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')