[Python-checkins] cpython: Fix markup.

georg.brandl python-checkins at python.org
Sun May 27 09:31:06 CEST 2012


http://hg.python.org/cpython/rev/7d98c3666700
changeset:   77179:7d98c3666700
parent:      77177:e8d89503f061
user:        Georg Brandl <georg at python.org>
date:        Sun May 27 09:31:10 2012 +0200
summary:
  Fix markup.

files:
  Doc/library/email.policy.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/email.policy.rst b/Doc/library/email.policy.rst
--- a/Doc/library/email.policy.rst
+++ b/Doc/library/email.policy.rst
@@ -415,7 +415,7 @@
 
 The following instances of :class:`EmailPolicy` provide defaults suitable for
 specific application domains.  Note that in the future the behavior of these
-instances (in particular the ``HTTP` instance) may be adjusted to conform even
+instances (in particular the ``HTTP`` instance) may be adjusted to conform even
 more closely to the RFCs relevant to their domains.
 
 .. data:: default

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list