diff options
author | gbrandl <devnull@localhost> | 2006-12-07 10:06:32 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-12-07 10:06:32 +0100 |
commit | 0a767b5548b7e0800196ad1beba56e34bcc4d6a8 (patch) | |
tree | 79caaf7929ce2532a55e1707c542222b046b1e63 | |
parent | 0f5580f5078f4a583131249543391f66914808c5 (diff) | |
download | pygments-0a767b5548b7e0800196ad1beba56e34bcc4d6a8.tar.gz |
[svn] Typo fix.
-rw-r--r-- | docs/src/lexers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/lexers.txt b/docs/src/lexers.txt index 6baf7eb1..ebc061cc 100644 --- a/docs/src/lexers.txt +++ b/docs/src/lexers.txt @@ -523,7 +523,7 @@ Template languages Generic `myghty templates`_ lexer. Code that isn't Myghty markup is yielded as `Token.Other`. - .. _mygthy templates: http://www.myghty.org/ + .. _myghty templates: http://www.myghty.org/ :Aliases: ``myghty`` :Filename patterns: ``*.myt``, ``autodelegate`` |