Merge pull request #2916 from tombusby/patch-1

Make script output into comments to not break syntax highlighting
This commit is contained in:
Grey Li 2018-09-21 18:33:56 +08:00 committed by GitHub
commit 393bd46085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,10 +301,10 @@ Python shell. See :ref:`context-locals`. ::
print(url_for('login', next='/')) print(url_for('login', next='/'))
print(url_for('profile', username='John Doe')) print(url_for('profile', username='John Doe'))
/ # /
/login # /login
/login?next=/ # /login?next=/
/user/John%20Doe # /user/John%20Doe
HTTP Methods HTTP Methods
```````````` ````````````