diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 16:37:13 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 16:37:13 +0300 |
| commit | 989db5c880cbe85e49857cf44daf8b6c9ccbe0b6 (patch) | |
| tree | 2e6fb67dca920efd5e8bdae70706badcc3472e43 /Doc/library/unittest.mock.rst | |
| parent | 24c3b4928eb3046a02b55ab4317cee28aa1c56ba (diff) | |
| parent | ecf41da83e5db98734b19f205899168cc56da943 (diff) | |
| download | cpython-git-989db5c880cbe85e49857cf44daf8b6c9ccbe0b6.tar.gz | |
Issue #19795: Mark up None as literal text.
Diffstat (limited to 'Doc/library/unittest.mock.rst')
| -rw-r--r-- | Doc/library/unittest.mock.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst index 1bc1edb8db..3cc22fdde7 100644 --- a/Doc/library/unittest.mock.rst +++ b/Doc/library/unittest.mock.rst @@ -244,7 +244,7 @@ the *new_callable* argument to :func:`patch`. .. versionadded:: 3.5 - * *wraps*: Item for the mock object to wrap. If *wraps* is not None then + * *wraps*: Item for the mock object to wrap. If *wraps* is not ``None`` then calling the Mock will pass the call through to the wrapped object (returning the real result). Attribute access on the mock will return a Mock object that wraps the corresponding attribute of the wrapped |
