summaryrefslogtreecommitdiff
path: root/pygments/lexers/_luabuiltins.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-22 15:06:59 +0200
committergbrandl <devnull@localhost>2006-10-22 15:06:59 +0200
commit18c14bcd9a8b783fe09287379334fa0ba6975d88 (patch)
tree51aa6932b6965a76509e16f2ddba543bb66995a9 /pygments/lexers/_luabuiltins.py
parenta18d48b33562e58953cd1a2529c3354d185b017b (diff)
downloadpygments-18c14bcd9a8b783fe09287379334fa0ba6975d88.tar.gz
[svn] Update make check.
Diffstat (limited to 'pygments/lexers/_luabuiltins.py')
-rw-r--r--pygments/lexers/_luabuiltins.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/_luabuiltins.py b/pygments/lexers/_luabuiltins.py
index 69a87cfc..e6bff5df 100644
--- a/pygments/lexers/_luabuiltins.py
+++ b/pygments/lexers/_luabuiltins.py
@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
"""
pygments.lexers._luabuiltins
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This file contains the names and modules of lua functions
It is able to re-generate itself, but for adding new functions you
probably have to add some callbacks (see function module_callbacks).
- Do not edit the list by hand.
+ Do not edit the MODULES dict by hand.
:copyright: 2006 by Lukas Meuser.
:license: GNU LGPL, see LICENSE for more details.