summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.compat32-message.rst
diff options
context:
space:
mode:
authordelirious-lettuce <delirious.lettuce@gmail.com>2017-05-19 20:37:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-05-19 20:37:57 (GMT)
commit3378b2062c7fbb77a9b5e6d315d6b94160fac69a (patch)
tree7cfeb0047ea14f4a77c4fb5a6fd4a233120c96e0 /Doc/library/email.compat32-message.rst
parenta632d00a1cbb6f4f8978cb45dd9789658cceb7c8 (diff)
downloadcpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.zip
cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.tar.gz
cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.tar.bz2
Fix typos in multiple `.rst` files (#1668)
Diffstat (limited to 'Doc/library/email.compat32-message.rst')
-rw-r--r--Doc/library/email.compat32-message.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst
index 2394e4d..6f8e489 100644
--- a/Doc/library/email.compat32-message.rst
+++ b/Doc/library/email.compat32-message.rst
@@ -67,7 +67,7 @@ Here are the methods of the :class:`Message` class:
Return the entire message flattened as a string. When optional *unixfrom*
is true, the envelope header is included in the returned string.
- *unixfrom* defaults to ``False``. For backward compabitility reasons,
+ *unixfrom* defaults to ``False``. For backward compatibility reasons,
*maxheaderlen* defaults to ``0``, so if you want a different value you
must override it explicitly (the value specified for *max_line_length* in
the policy will be ignored by this method). The *policy* argument may be