Skip to content

Commit

Permalink
Add documentation for unregister()
Browse files Browse the repository at this point in the history
  • Loading branch information
koterpillar committed Apr 25, 2016
1 parent 42f1672 commit 38aa488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aloe/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,9 @@ def _register_users(self):
\"\"\"
This is exposed in the step as :attr:`Step.multiline`.
The registered function will have an :code:`unregister()` method that
removes all the step definitions that are associated with it.
"""

if isinstance(step_func_or_sentence, bytes):
Expand Down

0 comments on commit 38aa488

Please sign in to comment.