summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-01-03 21:54:25 +0000
committerfuzzyman <devnull@localhost>2010-01-03 21:54:25 +0000
commitd8e170a0bda63a20488348475fa49a753ae8e61a (patch)
tree2dc4826aade596440beda4b19252f9039da2959b
parent4b2d2647431ca602f6948ef0266797e593a5a1ff (diff)
downloadmock-d8e170a0bda63a20488348475fa49a753ae8e61a.tar.gz
docstring enhancement.
-rw-r--r--extendmock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extendmock.py b/extendmock.py
index f6da76b..2fd3aed 100644
--- a/extendmock.py
+++ b/extendmock.py
@@ -25,7 +25,7 @@ magic methods must take self as the first argument.
The only unsupported magic methods (that I'm aware of) are:
-* Used by Mock: __init__, __new__, __getattr__, __setattr__, __delattr__
+* Used by Mock: __init__, __new__, __getattr__, __setattr__, __delattr__, __call__
* Rare: __dir__,
* Can cause bad interactions with other functionality: