summaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
authorJon Parise <jon@indelible.org>2015-05-17 12:14:26 -0700
committerJon Parise <jon@indelible.org>2015-05-17 12:14:26 -0700
commit916c412361d7d3903ea30bdd103b766d84b70658 (patch)
tree86382baf360e0aaf0cbd0bc3fc7049fad48401d3 /doc/docs
parent12eac3a220d7b4d8ac7f23b79b299f7d1ad90cdb (diff)
downloadpygments-git-916c412361d7d3903ea30bdd103b766d84b70658.tar.gz
"information" is the correct word.
Diffstat (limited to 'doc/docs')
-rw-r--r--doc/docs/lexerdevelopment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/lexerdevelopment.rst b/doc/docs/lexerdevelopment.rst
index 08069889..5b621666 100644
--- a/doc/docs/lexerdevelopment.rst
+++ b/doc/docs/lexerdevelopment.rst
@@ -145,7 +145,7 @@ Regex Flags
You can either define regex flags locally in the regex (``r'(?x)foo bar'``) or
globally by adding a `flags` attribute to your lexer class. If no attribute is
-defined, it defaults to `re.MULTILINE`. For more informations about regular
+defined, it defaults to `re.MULTILINE`. For more information about regular
expression flags see the page about `regular expressions`_ in the Python
documentation.