We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3e928 commit 19564e4Copy full SHA for 19564e4
src/MeCab/__init__.py
@@ -92,7 +92,7 @@ def __init__(self, args=""):
92
mecabrc = os.path.join(unidicdir, 'mecabrc')
93
args = '-r "{}" -d "{}" '.format(mecabrc, unidicdir) + args
94
95
- # The first argument here isn't used . In the MeCab binary the argc and
+ # The first argument here isn't used. In the MeCab binary the argc and
96
# argv from the shell are re-used, so the first element will be the
97
# binary name.
98
args = ['', '-C'] + shlex.split(args)
0 commit comments