summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpoezio/daemon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/daemon.py b/poezio/daemon.py
index 63db2964..20acfa8a 100755
--- a/poezio/daemon.py
+++ b/poezio/daemon.py
@@ -35,7 +35,7 @@ class Executor(threading.Thread):
can totally fail, we don’t care, and we can start commands without
having to wait for them to return.
WARNING: Be careful to properly escape what is untrusted by using
- pipes.quote (or shlex.quote with python 3.3) for example.
+ shlex.quote for example.
"""
def __init__(self, command, remote=False):
threading.Thread.__init__(self)