Skip to content

Commit

Permalink
Fix typo in parsers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 authored and Dionysis Tsoumas committed Nov 28, 2018
1 parent a80b2a3 commit ae240e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txclib/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def init_parser():
"This command initializes a new project for use with Transifex. It "
"is recommended to execute this command in the top level directory "
"of your project so that you can include all files under it in "
"Transifex. If no path is provided, the current working directory"
"Transifex. If no path is provided, the current working directory "
"will be used."
)
parser = ArgumentParser(description=description)
Expand Down

0 comments on commit ae240e9

Please sign in to comment.