summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjorek <devnull@localhost>2013-09-15 17:07:38 +0200
committersjorek <devnull@localhost>2013-09-15 17:07:38 +0200
commit047a58260f4bb059e3b62a5f0bb99a740799fdde (patch)
tree91795d72c025228487e87e400837d282fb01a3ac
parent1ea0fa53d253eae501f0a48611dd01493240b34d (diff)
downloadpygments-047a58260f4bb059e3b62a5f0bb99a740799fdde.tar.gz
Fixed a typo in the header 'pygments/lexer/_mapping.py' by adding one missing 'i' in in the words 'definition' and 'definitions'. As the header (as well as the footer) is not part of this file's automatic regeneration I dared to do it manually :-)
-rw-r--r--pygments/lexers/_mapping.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py
index 969bdba5..207d3ea3 100644
--- a/pygments/lexers/_mapping.py
+++ b/pygments/lexers/_mapping.py
@@ -3,8 +3,8 @@
pygments.lexers._mapping
~~~~~~~~~~~~~~~~~~~~~~~~
- Lexer mapping defintions. This file is generated by itself. Everytime
- you change something on a builtin lexer defintion, run this script from
+ Lexer mapping definitions. This file is generated by itself. Everytime
+ you change something on a builtin lexer definition, run this script from
the lexers folder to update it.
Do not alter the LEXERS dictionary by hand.