summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjorek <devnull@localhost>2013-09-15 17:09:20 +0200
committersjorek <devnull@localhost>2013-09-15 17:09:20 +0200
commitf6ab39b29d7ce37404253f8adcc08635c072b687 (patch)
tree4458099de0aadf53354555471a44e3016756e993
parent047a58260f4bb059e3b62a5f0bb99a740799fdde (diff)
downloadpygments-f6ab39b29d7ce37404253f8adcc08635c072b687.tar.gz
Fixed a typo in the header 'pygments/formatters/_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 :-)
-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.