[Python-checkins] cpython (3.5): whatsnew/3.5: Add missing word "class"
berker.peksag
python-checkins at python.org
Tue Sep 15 19:06:58 CEST 2015
https://hg.python.org/cpython/rev/3af3cf5d7646
changeset: 98012:3af3cf5d7646
branch: 3.5
parent: 98010:afe82e6f00df
user: Berker Peksag <berker.peksag at gmail.com>
date: Tue Sep 15 20:06:28 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