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