diff options
author | tmortagne <thomas.mortagne@gmail.com> | 2013-01-10 09:07:03 +0100 |
---|---|---|
committer | tmortagne <thomas.mortagne@gmail.com> | 2013-01-10 09:07:03 +0100 |
commit | fc6a95bd275024fe9f71963b940fa1fa8358e65f (patch) | |
tree | dbab9047e73afcf89e7b5117c3e13779487518cc | |
parent | 5342a4d9e1c9a75481fcabf25873476f3d0e4bdd (diff) | |
download | pygments-fc6a95bd275024fe9f71963b940fa1fa8358e65f.tar.gz |
Fix typo
-rw-r--r-- | docs/src/java.txt | 2 |
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: |