diff options
author | blackbird <devnull@localhost> | 2006-10-19 21:51:43 +0200 |
---|---|---|
committer | blackbird <devnull@localhost> | 2006-10-19 21:51:43 +0200 |
commit | 5da3f2c0206443d68e5e0445513e01dba0946ee6 (patch) | |
tree | cbc6977e66011e425995974e77492ec234312880 /docs/src/quickstart.txt | |
parent | 77a0fa805900e66e2adeb36d7bd3bae409de946f (diff) | |
download | pygments-5da3f2c0206443d68e5e0445513e01dba0946ee6.tar.gz |
[svn] fixed some small migration bugs in pygements documentation
Diffstat (limited to 'docs/src/quickstart.txt')
-rw-r--r-- | docs/src/quickstart.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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> |