diff options
| author | bwarsaw | 1999-06-10 19:47:37 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-06-10 19:47:37 +0000 |
| commit | d56c0c42f4e57ff51d2b6bc52c2d0d174c9bb084 (patch) | |
| tree | de82520d5a466b75d3a039b6fa9f4562af63b8b5 | |
| parent | f89a87c8ce9eb1a1025c66559a0a526dd9decfb4 (diff) | |
| download | mailman-d56c0c42f4e57ff51d2b6bc52c2d0d174c9bb084.tar.gz mailman-d56c0c42f4e57ff51d2b6bc52c2d0d174c9bb084.tar.zst mailman-d56c0c42f4e57ff51d2b6bc52c2d0d174c9bb084.zip | |
In docstring, use %% to escape the percent sign.
| -rw-r--r-- | bin/withlist | 2 |
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 |
