Skip to content

Commit

Permalink
[docs]: Improving docstring of the base handler class
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Jul 20, 2021
1 parent 25c8c3c commit f248e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minushalf/handlers/base_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class BaseHandler(Handler):
"""
The default chaining behavior can be implemented inside a base handler
The default chaining behavior is defined inside a base handler
class.
"""

Expand Down

0 comments on commit f248e37

Please sign in to comment.