[Python-checkins] cpython (merge 3.4 -> default): MERGE: Typo

jesus.cea python-checkins at python.org
Mon Mar 17 19:01:55 CET 2014


http://hg.python.org/cpython/rev/3bb83f18851f
changeset:   89816:3bb83f18851f
parent:      89814:84ac037540d5
parent:      89815:ff803599edea
user:        Jesus Cea <jcea at jcea.es>
date:        Mon Mar 17 19:01:11 2014 +0100
summary:
  MERGE: Typo

files:
  Doc/whatsnew/3.4.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1456,7 +1456,7 @@
 Christien Heimes in :issue:`8813`.)
 
 New :class:`~ssl.SSLContext` method :meth:`~ssl.SSLContext.load_default_certs`
-loads a set of dfault "certificate authority" (CA) certificates from default
+loads a set of default "certificate authority" (CA) certificates from default
 locations, which vary according to the platform.  It can be used to load both
 TLS web server authentication certificates
 (``purpose=``:data:`~ssl.Purpose.SERVER_AUTH`) for a client to use to verify a

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


More information about the Python-checkins mailing list