[Python-checkins] cpython (merge 3.5 -> default): whatsnew/3.5: Add missing word "class"

berker.peksag python-checkins at python.org
Tue Sep 15 19:07:03 CEST 2015


https://hg.python.org/cpython/rev/dab3e7a7a863
changeset:   98013:dab3e7a7a863
parent:      98011:23ad070a6a2d
parent:      98012:3af3cf5d7646
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Sep 15 20:06:48 2015 +0300
summary:
  whatsnew/3.5: Add missing word "class"

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


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1940,7 +1940,7 @@
 unittest.mock
 -------------
 
-The :class:`~unittest.mock.Mock` has the following improvements:
+The :class:`~unittest.mock.Mock` class has the following improvements:
 
 * Class constructor has a new *unsafe* parameter, which causes mock
   objects to raise :exc:`AttributeError` on attribute names starting

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


More information about the Python-checkins mailing list