Browse Source

更新 'tt.py'

hzhu 7 years ago
parent
commit
30c16e5fbc
1 changed files with 1 additions and 1 deletions
  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')