Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/config.py')
-rw-r--r--devbot/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/config.py b/devbot/config.py
index 9a79dcc..d444869 100644
--- a/devbot/config.py
+++ b/devbot/config.py
@@ -55,7 +55,7 @@ class Module:
elif os.path.exists(os.path.join(source_dir, "autogen.sh")):
return "autotools"
else:
- print("The source directory has unexpected content, please " \
+ print("The source directory has unexpected content, please "
"delete it and pull\nthe source again.")
return None