Skip to content

Commit 8631c65

Browse files
committed
fix: typo
1 parent 6237d72 commit 8631c65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

universalpython/universalpython.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ def main():
118118
help='File to compile.')
119119

120120
ap.add_argument("-t", "--translate",
121-
choices=["", "argostranslate", "unicode"],
121+
choices=["", "argostranslate", "unidecode"],
122122
const="", # Default when --translate is used without value
123123
default=None, # Default when --translate is not used at all
124124
nargs='?', # Makes the argument optional
125125
required=False,
126126
help="Translate variables and functions. Options: "
127-
"no value (unicode), 'argostranslate', or 'unicode'")
127+
"no value (unidecode), 'argostranslate', or 'unidecode'")
128128

129129
ap.add_argument("-d", "--dictionary",
130130
default="", required=False,

0 commit comments

Comments
 (0)