summaryrefslogtreecommitdiff
path: root/src/mailman/bin/docs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/bin/docs')
-rw-r--r--src/mailman/bin/docs/master.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/bin/docs/master.rst b/src/mailman/bin/docs/master.rst
index c4410bf16..3d10b69ac 100644
--- a/src/mailman/bin/docs/master.rst
+++ b/src/mailman/bin/docs/master.rst
@@ -44,7 +44,7 @@ None of the children are running now.
>>> for pid in master.runner_pids:
... try:
... os.kill(pid, 0)
- ... print 'Process did not exit:', pid
+ ... print('Process did not exit:', pid)
... except OSError as error:
... if error.errno == errno.ESRCH:
... # The child process exited.