We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf59b02 + 24861a6 commit 0aa0309Copy full SHA for 0aa0309
fiobank.py
@@ -51,7 +51,7 @@ class FioBank(object):
51
u'KS': ('constant_symbol', str),
52
u'VS': ('variable_symbol', str),
53
u'SS': ('specific_symbol', str),
54
- u'Uživatelská identifikace': ('user_identifiaction', unicode),
+ u'Uživatelská identifikace': ('user_identification', unicode),
55
u'Zpráva pro příjemce': ('recipient_message', unicode),
56
u'Typ': ('type', unicode),
57
u'Provedl': ('executor', unicode),
setup.py
@@ -23,7 +23,7 @@
23
base_path = os.path.dirname(__file__)
24
25
26
-version = '0.0.4'
+version = '0.0.5'
27
28
29
# release a version, publish to GitHub and PyPI
0 commit comments