summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortmortagne <thomas.mortagne@gmail.com>2013-01-10 09:07:03 +0100
committertmortagne <thomas.mortagne@gmail.com>2013-01-10 09:07:03 +0100
commitfc6a95bd275024fe9f71963b940fa1fa8358e65f (patch)
treedbab9047e73afcf89e7b5117c3e13779487518cc
parent5342a4d9e1c9a75481fcabf25873476f3d0e4bdd (diff)
downloadpygments-fc6a95bd275024fe9f71963b940fa1fa8358e65f.tar.gz
Fix typo
-rw-r--r--docs/src/java.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/java.txt b/docs/src/java.txt
index f40a52d2..5eb6196a 100644
--- a/docs/src/java.txt
+++ b/docs/src/java.txt
@@ -11,7 +11,7 @@ advanced use.
Since version 1.5, Pygments is deployed on `Maven Central
<http://repo1.maven.org/maven2/org/pygments/pygments/>`__ as a JAR so is Jython
-which make it a lot easier to create the Java project.
+which makes it a lot easier to create the Java project.
Here is an example of a `Maven <http://www.maven.org>`__ ``pom.xml`` file for a
project running Pygments: