Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Update connexion/apis/abstract.py

Co-authored-by: Ruwann <ruwan.lambrichts@ml6.eu>
  • Loading branch information
RobbeSneyders and Ruwann authored Jun 14, 2022
1 parent 14b5b53 commit f928a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connexion/apis/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(
:param base_path: Base path to host the API.
:param resolver: Callable that maps operationID to a function
:param resolver_error_handler: Callable that generates an Operation used for handling
ResolveErrors
ResolverErrors
:param arguments: Jinja arguments to resolve in specification.
:param options: New style options dictionary.
"""
Expand Down

0 comments on commit f928a79

Please sign in to comment.