Skip to content

Commit

Permalink
Update post_process doc strings to match usage. (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored and mixxorz committed Jan 3, 2020
1 parent 683350b commit afaec5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service_objects/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def _process_context(self):

def post_process(self):
"""
Post process method to be perform extra actions after successfully
commits.
Post process method to be perform extra actions once :meth:`process`
successfully executes.
"""
pass

Expand Down

0 comments on commit afaec5b

Please sign in to comment.