Skip to content

Commit 19564e4

Browse files
committed
Remove extra space
1 parent 4f3e928 commit 19564e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MeCab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(self, args=""):
9292
mecabrc = os.path.join(unidicdir, 'mecabrc')
9393
args = '-r "{}" -d "{}" '.format(mecabrc, unidicdir) + args
9494

95-
# The first argument here isn't used . In the MeCab binary the argc and
95+
# The first argument here isn't used. In the MeCab binary the argc and
9696
# argv from the shell are re-used, so the first element will be the
9797
# binary name.
9898
args = ['', '-C'] + shlex.split(args)

0 commit comments

Comments
 (0)