#24277: Fix 3.4 whats new link broken by email doc changes.

This commit is contained in:
R David Murray 2016-09-07 21:39:40 -04:00
parent 035a100382
commit bf24dfa07c
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ currently in the new module, which is being added as part of email's new
:term:`provisional API`. These classes provide a number of new methods that
make extracting content from and inserting content into email messages much
easier. For details, see the :mod:`~email.contentmanager` documentation and
the :ref:`email-contentmanager-api-examples`. These API additions complete the
the :ref:`email-examples`. These API additions complete the
bulk of the work that was planned as part of the email6 project. The currently
provisional API is scheduled to become final in Python 3.5 (possibly with a few
minor additions in the area of error handling). (Contributed by R. David