summaryrefslogtreecommitdiff
path: root/Lib/MimeWriter.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-14 23:47:14 +0000
committerTim Peters <tim.peters@gmail.com>2001-01-14 23:47:14 +0000
commit07e99cb77406e1bc84606f49b743e41b0de8a6d5 (patch)
treeb922cda3a970bffa797269fd550f8d8b032afe5b /Lib/MimeWriter.py
parent88869f9787cd4ceb2298e4b13980beb057687824 (diff)
downloadcpython-git-07e99cb77406e1bc84606f49b743e41b0de8a6d5.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/MimeWriter.py')
-rw-r--r--Lib/MimeWriter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/MimeWriter.py b/Lib/MimeWriter.py
index 754576bb20..9f0465614f 100644
--- a/Lib/MimeWriter.py
+++ b/Lib/MimeWriter.py
@@ -30,7 +30,7 @@ class MimeWriter:
amounts of buffer space, so you have to write the parts in the
order they should occur on the output file. It does buffer the
headers you add, allowing you to rearrange their order.
-
+
General usage is:
f = <open the output file>