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
commit4e8e8efbc37a9a3bdfdefa97679b8719395f40af (patch)
tree86382baf360e0aaf0cbd0bc3fc7049fad48401d3 /doc/docs
parent4f2a6c2f49d221b6e815ba4df96c5440cffc30d5 (diff)
downloadpygments-4e8e8efbc37a9a3bdfdefa97679b8719395f40af.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.