summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.generator.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-07-29 05:48:10 (GMT)
committerGitHub <noreply@github.com>2023-07-29 05:48:10 (GMT)
commitf2d07d3289947d10b065b2bb7670c8fb6b6582f2 (patch)
tree4951b8b9118b548a868de6995c451aa33814dc1c /Doc/library/email.generator.rst
parent413ba8943e2f1d896a0568eb571a041b88589440 (diff)
downloadcpython-f2d07d3289947d10b065b2bb7670c8fb6b6582f2.zip
cpython-f2d07d3289947d10b065b2bb7670c8fb6b6582f2.tar.gz
cpython-f2d07d3289947d10b065b2bb7670c8fb6b6582f2.tar.bz2
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Diffstat (limited to 'Doc/library/email.generator.rst')
-rw-r--r--Doc/library/email.generator.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.generator.rst b/Doc/library/email.generator.rst
index eb775b6..afa0038 100644
--- a/Doc/library/email.generator.rst
+++ b/Doc/library/email.generator.rst
@@ -274,9 +274,9 @@ in with information about the part.
.. rubric:: Footnotes
.. [#] This statement assumes that you use the appropriate setting for
- ``unixfrom``, and that there are no :mod:`policy` settings calling for
+ ``unixfrom``, and that there are no :mod:`email.policy` settings calling for
automatic adjustments (for example,
- :attr:`~email.policy.Policy.refold_source` must be ``none``, which is
+ :attr:`~email.policy.EmailPolicy.refold_source` must be ``none``, which is
*not* the default). It is also not 100% true, since if the message
does not conform to the RFC standards occasionally information about the
exact original text is lost during parsing error recovery. It is a goal