Skip to content

Commit

Permalink
chore: update falcon/inspect.py per @CaselIT's suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Caselli <cfederico87@gmail.com>
  • Loading branch information
vytas7 and CaselIT committed Apr 14, 2024
1 parent 90c577d commit 1f4ad36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon/inspect.py
Expand Up @@ -90,7 +90,7 @@ def inspect_my_router(router):
def wraps(fn):
if router_class in _supported_routers:
raise ValueError(
'Another function is already registered' ' for the router {}'.format(
'Another function is already registered for the router {}'.format(
router_class
)
)
Expand Down

0 comments on commit 1f4ad36

Please sign in to comment.