diff options
Diffstat (limited to 'Mailman/docs/nntp.txt')
| -rw-r--r-- | Mailman/docs/nntp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/docs/nntp.txt b/Mailman/docs/nntp.txt index fefddd8b2..586c36266 100644 --- a/Mailman/docs/nntp.txt +++ b/Mailman/docs/nntp.txt @@ -21,7 +21,7 @@ There are several situations which prevent a message from being gatewayed to the newsgroup. The feature could be disabled, as is the default. >>> mlist.gateway_to_news = False - >>> msg = message_from_string(u"""\ + >>> msg = message_from_string("""\ ... Subject: An important message ... ... Something of great import. |
