forked from orbit-oss/flask
Merge pull request #2916 from tombusby/patch-1
Make script output into comments to not break syntax highlighting
This commit is contained in:
commit
393bd46085
1 changed files with 4 additions and 4 deletions
|
|
@ -301,10 +301,10 @@ Python shell. See :ref:`context-locals`. ::
|
|||
print(url_for('login', next='/'))
|
||||
print(url_for('profile', username='John Doe'))
|
||||
|
||||
/
|
||||
/login
|
||||
/login?next=/
|
||||
/user/John%20Doe
|
||||
# /
|
||||
# /login
|
||||
# /login?next=/
|
||||
# /user/John%20Doe
|
||||
|
||||
HTTP Methods
|
||||
````````````
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue