Skip to content

Commit

Permalink
Fix grammer within doc string example
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jun 27, 2019
1 parent 47e4ca0 commit 62d2297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def internal_redirection_automatic(number_1: int, number_2: int):
"""This will redirect internally to the sum_two_numbers handler
passing along all passed in parameters.
Redirect happens within internally within hug, fully transparent to clients.
This kind of redirect happens internally within hug, fully transparent to clients.
"""
print("Internal Redirection Automatic {}, {}".format(number_1, number_2))
return sum_two_numbers
Expand Down

0 comments on commit 62d2297

Please sign in to comment.