Browse Source

Merge pull request #2916 from tombusby/patch-1

Make script output into comments to not break syntax highlighting
pull/2914/head
Grey Li 6 years ago committed by GitHub
parent
commit
393bd46085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/quickstart.rst

8
docs/quickstart.rst

@ -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…
Cancel
Save