summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-12-16 09:28:07 +0100
committergbrandl <devnull@localhost>2006-12-16 09:28:07 +0100
commitef9a7df759fbd24f4728ff8a32e7ba9b3ac42157 (patch)
tree75630a014ed59b5e704d913dfa4ea9eb21db86f3 /docs/src
parent21d32e32a0cb5166838cf402b94bdc9e7a772792 (diff)
downloadpygments-ef9a7df759fbd24f4728ff8a32e7ba9b3ac42157.tar.gz
[svn] Typo.
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/styles.txt2
1 files changed, 1 insertions, 1 deletions
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