diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-09-15 17:06:48 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-09-15 17:06:48 (GMT) |
commit | d7bf45f5f799b698ea84be564d3d82568b0446a7 (patch) | |
tree | afb40d08aa97ace200c781221b24fce076a5e1c1 /Doc | |
parent | 768e0c129d773c1b39d7b6553eda966fe276477b (diff) | |
parent | 878bc871b416aeccdbf0b086345221a1534c9043 (diff) | |
download | cpython-d7bf45f5f799b698ea84be564d3d82568b0446a7.zip cpython-d7bf45f5f799b698ea84be564d3d82568b0446a7.tar.gz cpython-d7bf45f5f799b698ea84be564d3d82568b0446a7.tar.bz2 |
whatsnew/3.5: Add missing word "class"
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 index 2f8fe80..edd6f60 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1940,7 +1940,7 @@ tracebacks. (Contributed by Robert Collins in :issue:`22936`.) 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 |