diff options
author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-05-22 06:42:52 +0000 |
---|---|---|
committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-05-22 06:42:52 +0000 |
commit | 8e385abd55b4600f43143b8ac2b3aa1b8b4111cd (patch) | |
tree | 52c0ace199539176775c4a92e85ed61924227c5d /sandbox/code-block-directive | |
parent | d5acc4e472c5fca7057b6fd79fb37b0afd2934a7 (diff) | |
download | docutils-8e385abd55b4600f43143b8ac2b3aa1b8b4111cd.tar.gz |
Fix typos that led to errors in the html output
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/code-block-directive')
-rw-r--r-- | sandbox/code-block-directive/rst2html-highlight.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/code-block-directive/rst2html-highlight.txt b/sandbox/code-block-directive/rst2html-highlight.txt index 2640765c8..b5ed25dce 100644 --- a/sandbox/code-block-directive/rst2html-highlight.txt +++ b/sandbox/code-block-directive/rst2html-highlight.txt @@ -47,6 +47,6 @@ Call the docutils publisher to render the input as html:: publish_cmdline(writer_name='html', description=description) .. _docutils: http://docutils.sf.net/ -.. _pygments_code_block_directive.py: pygments_code_block_directive.py +.. _pygments_code_block_directive: pygments_code_block_directive.py .. _pygments: http://pygments.org/ .. _Using Pygments in ReST documents: http://pygments.org/docs/rstdirective/ |