commit | 46936d5a71d1683dbd8ddb6d7f39aab50ecfec50 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 08 19:18:04 2018 +0300 |
committer | GitHub <noreply@github.com> | Sun Apr 08 19:18:04 2018 +0300 |
tree | 1f51e69c1fbb9401516478b8866d01f1513644cb | |
parent | 9265dd72e5ec1cfa5fcdb5be8ebffe1d9994bd4b [diff] [blame] |
Improve highlighting of some code blocks. (GH-6401)
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index c1fd5cf..204a05a 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst
@@ -457,7 +457,9 @@ and a 'realm'. The header looks like: ``WWW-Authenticate: SCHEME realm="REALM"``. -e.g. :: +e.g. + +.. code-block:: none WWW-Authenticate: Basic realm="cPanel Users"