summaryrefslogtreecommitdiff
path: root/pygments/formatters
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-03 19:52:10 +0200
committerGeorg Brandl <georg@python.org>2013-10-03 19:52:10 +0200
commit1e5bc0e412818a7dde5920a723663c385de0e1fb (patch)
tree155e1afd7a20b5567133051e0e22add7305e396a /pygments/formatters
parent91e5fce0f1aff5378da7b757d4c2644197c291bf (diff)
parentf6ab39b29d7ce37404253f8adcc08635c072b687 (diff)
downloadpygments-1e5bc0e412818a7dde5920a723663c385de0e1fb.tar.gz
Merged in sjorek/pygments-main/fix-typo-in-lexers-mapping-header (pull request #240)
Fix tiny typos in header of 'lexers/_mapping.py' and 'formatters/_mapping.py'
Diffstat (limited to 'pygments/formatters')
-rwxr-xr-xpygments/formatters/_mapping.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatters/_mapping.py b/pygments/formatters/_mapping.py
index a423ba50..d3e60772 100755
--- a/pygments/formatters/_mapping.py
+++ b/pygments/formatters/_mapping.py
@@ -3,8 +3,8 @@
pygments.formatters._mapping
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Formatter mapping defintions. This file is generated by itself. Everytime
- you change something on a builtin formatter defintion, run this script from
+ Formatter mapping definitions. This file is generated by itself. Everytime
+ you change something on a builtin formatter definition, run this script from
the formatters folder to update it.
Do not alter the FORMATTERS dictionary by hand.