Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Jun 29, 2020
1 parent 4f3e928 commit 19564e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeCab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self, args=""):
mecabrc = os.path.join(unidicdir, 'mecabrc')
args = '-r "{}" -d "{}" '.format(mecabrc, unidicdir) + args

# 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
# argv from the shell are re-used, so the first element will be the
# binary name.
args = ['', '-C'] + shlex.split(args)
Expand Down

0 comments on commit 19564e4

Please sign in to comment.