Commit 31a7835d authored by Ezio Melotti's avatar Ezio Melotti

#17504: remove duplicated sentence. Patch by Radu Voicilas.

parent b803c6c4
...@@ -948,9 +948,6 @@ class Mock(CallableMixin, NonCallableMock): ...@@ -948,9 +948,6 @@ class Mock(CallableMixin, NonCallableMock):
the next value from the iterable. If any of the members of the iterable the next value from the iterable. If any of the members of the iterable
are exceptions they will be raised instead of returned. are exceptions they will be raised instead of returned.
If `side_effect` is an iterable then each call to the mock will return
the next value from the iterable.
* `return_value`: The value returned when the mock is called. By default * `return_value`: The value returned when the mock is called. By default
this is a new Mock (created on first access). See the this is a new Mock (created on first access). See the
`return_value` attribute. `return_value` attribute.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment