diff options
author | blackbird <devnull@localhost> | 2007-02-17 14:01:30 +0100 |
---|---|---|
committer | blackbird <devnull@localhost> | 2007-02-17 14:01:30 +0100 |
commit | 281b60d088c493f8eb8e0ec32fe637e2622854f4 (patch) | |
tree | dcedf036516629ad9fe95f61ed888932165fe7ff /docs | |
parent | 8f3405b6bd6f836e43aedc0df4fd65b32c8857e6 (diff) | |
download | pygments-281b60d088c493f8eb8e0ec32fe637e2622854f4.tar.gz |
[svn] fixed syntax error in pygments docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/styles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/styles.txt b/docs/src/styles.txt index d6ba8bd0..acb70c37 100644 --- a/docs/src/styles.txt +++ b/docs/src/styles.txt @@ -68,7 +68,7 @@ they can be used for a variety of formatters.) To make the style usable for Pygments, you must -* either register it as a plugin (see `the plugin docs <plugins.txt>`) +* either register it as a plugin (see `the plugin docs <plugins.txt>`_) * or drop it into the `styles` subpackage of your Pygments distribution one style class per style, where the file name is the style name and the class name is `StylenameClass`. For example, if your style should be called |