aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
Diffstat (limited to 'libbe')
-rw-r--r--libbe/subproc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/subproc.py b/libbe/subproc.py
index 3e58271..fe88206 100644
--- a/libbe/subproc.py
+++ b/libbe/subproc.py
@@ -96,7 +96,7 @@ class Pipe (object):
>>> p.statuses
[1, 0]
>>> p.stderrs # doctest: +ELLIPSIS
- ["find: `...': Permission denied\\n...", '']
+ [...find: ...: Permission denied..., '']
"""
def __init__(self, cmds, stdin=None):
# spawn processes