diff options
| author | Jon Parise <jon@indelible.org> | 2015-05-17 12:14:26 -0700 |
|---|---|---|
| committer | Jon Parise <jon@indelible.org> | 2015-05-17 12:14:26 -0700 |
| commit | 916c412361d7d3903ea30bdd103b766d84b70658 (patch) | |
| tree | 86382baf360e0aaf0cbd0bc3fc7049fad48401d3 /doc/docs | |
| parent | 12eac3a220d7b4d8ac7f23b79b299f7d1ad90cdb (diff) | |
| download | pygments-git-916c412361d7d3903ea30bdd103b766d84b70658.tar.gz | |
"information" is the correct word.
Diffstat (limited to 'doc/docs')
| -rw-r--r-- | doc/docs/lexerdevelopment.rst | 2 |
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. |
