diff options
-rw-r--r-- | docs/src/api.txt | 4 | ||||
-rw-r--r-- | docs/src/quickstart.txt | 2 | ||||
-rw-r--r-- | docs/src/rstdirective.txt | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/src/api.txt b/docs/src/api.txt index 880687f1..90317147 100644 --- a/docs/src/api.txt +++ b/docs/src/api.txt @@ -1,8 +1,8 @@ .. -*- mode: rst -*- -==================== +===================== The full Pygments API -==================== +===================== This page describes the Pygments API. diff --git a/docs/src/quickstart.txt b/docs/src/quickstart.txt index 749889df..5b8cdfaf 100644 --- a/docs/src/quickstart.txt +++ b/docs/src/quickstart.txt @@ -30,7 +30,7 @@ which prints something like this: .. sourcecode:: html <div class="highlight"> - <pre><span class="k">print</span> <span class="l s">"Hello World"</span></pre> + <pre><span class="k">print</span> <span class="s">"Hello World"</span></pre> </div> diff --git a/docs/src/rstdirective.txt b/docs/src/rstdirective.txt index 60651319..972f8341 100644 --- a/docs/src/rstdirective.txt +++ b/docs/src/rstdirective.txt @@ -1,6 +1,6 @@ -=============================== +================================ Using Pygments in ReST documents -=============================== +================================ Many Python people use `ReST`_ for documentation their sourcecode, programs etc. This also means that documentation often includes sourcecode samples etc. |