summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/src/api.txt4
-rw-r--r--docs/src/quickstart.txt2
-rw-r--r--docs/src/rstdirective.txt4
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">&quot;Hello World&quot;</span></pre>
+ <pre><span class="k">print</span> <span class="s">&quot;Hello World&quot;</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.