Skip to content

Commit

Permalink
Fixed spelling of uri_parser_class documentation (spec-first#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Mar 28, 2020
1 parent 5bf7600 commit a250e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/request.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ api options.
.. code-block:: python
from connexion.decorators.uri_parsing import Swagger2URIParser
options = {'uri_parsing_class': Swagger2URIParser}
options = {'uri_parser_class': Swagger2URIParser}
app = connexion.App(__name__, specification_dir='swagger/', options=options)
You can implement your own URI parsing behavior by inheriting from
Expand Down

0 comments on commit a250e5a

Please sign in to comment.