Skip to content

Commit

Permalink
fix typo in pook.mock.Mock.ismatched.__doc__ (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavdmyt authored and h2non committed Oct 17, 2017
1 parent 95f7d23 commit 1a89fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pook/mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def isdone(self):

def ismatched(self):
"""
Returns ``True`` is the mock has been matched at least once time.
Returns ``True`` if the mock has been matched at least once time.
Returns:
bool
Expand Down

0 comments on commit 1a89fff

Please sign in to comment.