summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1999-06-10 19:47:37 +0000
committerbwarsaw1999-06-10 19:47:37 +0000
commitd56c0c42f4e57ff51d2b6bc52c2d0d174c9bb084 (patch)
treede82520d5a466b75d3a039b6fa9f4562af63b8b5
parentf89a87c8ce9eb1a1025c66559a0a526dd9decfb4 (diff)
downloadmailman-d56c0c42f4e57ff51d2b6bc52c2d0d174c9bb084.tar.gz
mailman-d56c0c42f4e57ff51d2b6bc52c2d0d174c9bb084.tar.zst
mailman-d56c0c42f4e57ff51d2b6bc52c2d0d174c9bb084.zip
In docstring, use %% to escape the percent sign.
-rw-r--r--bin/withlist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/withlist b/bin/withlist
index 2379d0db0..89be4e14b 100644
--- a/bin/withlist
+++ b/bin/withlist
@@ -21,7 +21,7 @@
This is useful for playing with a list from Python's interactive interpreter.
Run this script as follows:
-% python -i bin/withlist [options] listname
+%% python -i bin/withlist [options] listname
This will load the list object named by <listname> into an object called `m'
in the global namespace. It also loads the class MailList into the global