mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge in all documentation changes since branching 3.4.0rc1.
This commit is contained in:
parent
b6b6a6d587
commit
3732ed2414
93 changed files with 2018 additions and 556 deletions
|
|
@ -426,7 +426,7 @@ mock using the "as" form of the with statement:
|
|||
|
||||
As an alternative `patch`, `patch.object` and `patch.dict` can be used as
|
||||
class decorators. When used in this way it is the same as applying the
|
||||
decorator indvidually to every method whose name starts with "test".
|
||||
decorator individually to every method whose name starts with "test".
|
||||
|
||||
|
||||
.. _further-examples:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue