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/unicode.rst b/Doc/howto/unicode.rst index 093f445..be1fefb 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst
@@ -30,7 +30,9 @@ For a while people just wrote programs that didn't display accents. In the mid-1980s an Apple II BASIC program written by a French speaker -might have lines like these:: +might have lines like these: + +.. code-block:: basic PRINT "MISE A JOUR TERMINEE" PRINT "PARAMETRES ENREGISTRES"