Skip to content

Commit

Permalink
Docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Nov 18, 2024
1 parent 4252935 commit 6ce0c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transactron/testing/method_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def def_method_mock(
which correspond to named arguments of the method.
This decorator can be applied to function definitions or method definitions.
When applied to a method definition, lambdas passed to `async_def_method_mock`
When applied to a method definition, lambdas passed to `def_method_mock`
need to take a `self` argument, which should be the first.
Any side effects (state modification, assertions, etc.) need to be guarded
Expand Down

0 comments on commit 6ce0c9d

Please sign in to comment.