[docs] Fix view name
This commit is contained in:
parent
b1385919be
commit
5689811063
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ Python shell. See :ref:`context-locals`.
|
|||
print(url_for('index'))
|
||||
print(url_for('login'))
|
||||
print(url_for('login', next='/'))
|
||||
print(url_for('profile', username='John Doe'))
|
||||
print(url_for('user', username='John Doe'))
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue