Skip to content

Commit

Permalink
typo in documentation #nolog
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Dec 26, 2023
1 parent ad368be commit 2a3c889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ match and the route will not be called.
A special type ``path`` can be used to capture the remainder of the path as a
single argument. The difference between an argument of type ``path`` and one of
type ``string`` is that the latter stops capturing when a ``/`` appears in the
URL.
URL::

@app.get('/tests/<path:path>')
async def get_test(request, path):
Expand Down

0 comments on commit 2a3c889

Please sign in to comment.