From ae240e9fc02a51f48be8a69a8c5d5ba71c6bd84a Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sun, 21 Oct 2018 17:48:01 +0200 Subject: [PATCH] Fix typo in parsers.py --- txclib/parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txclib/parsers.py b/txclib/parsers.py index b6cbf390..77f8c354 100644 --- a/txclib/parsers.py +++ b/txclib/parsers.py @@ -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)