sorenisanerd / mock

Automatically exported from code.google.com/p/mock
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Fix typo in example in README.txt #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

diff -r 63c726990a85 README.txt --- a/README.txt Wed Nov 07 17:08:59 2012 +0000 +++ b/README.txt Thu Mar 07 15:12:25 2013 -0800 @@ -59,7 +59,7 @@ ...

mock.side_effect = side_effect mock('a'), mock('b'), mock('c')

  • (3, 2, 1)
  • (1, 2, 3) mock.side_effect = [5, 4, 3, 2, 1] mock(), mock(), mock() (5, 4, 3)

Original issue reported on code.google.com by msabr...@gmail.com on 7 Mar 2013 at 11:13

GoogleCodeExporter commented 9 years ago
Fixed, thanks.

Original comment by fuzzyman on 18 Mar 2013 at 7:19