summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--docs/src/styles.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index d7ccf35e..5f10fa64 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,8 @@ for 0.6
- more setuptools entrypoints (html formatter etc.)
see paste script's Commands
+- note mimetypes in lexer docs
+
- pygmentize presets?
- short cmdline options for common ``-O`` options
diff --git a/docs/src/styles.txt b/docs/src/styles.txt
index fd8427f1..f37b0b7c 100644
--- a/docs/src/styles.txt
+++ b/docs/src/styles.txt
@@ -124,7 +124,7 @@ Getting a list of available styles
*New in Pygments 0.6.*
-Because it could be that a plugin registered a style there, is
+Because it could be that a plugin registered a style, there is
a way to iterate over all styles:
.. sourcecode:: pycon