fix a typo

This commit is contained in:
Alexis Metaireau 2011-06-11 17:49:26 +02:00
parent 220d6ef7dc
commit 46ce0cc9e1

View file

@ -81,7 +81,7 @@ Let's try something similar, but from python
jpype.startJVM(jpype.getDefaultJVMPath(), "-Djava.class.path=%s" % classpath)
# get the Java classes we want to use
DefaultExtractor = JPype.JPackage("de").l3s.boilerpipe.extractors.DefaultExtractor
DefaultExtractor = jpype.JPackage("de").l3s.boilerpipe.extractors.DefaultExtractor
# call them !
print DefaultExtractor.INSTANCE.getText(jpype.java.net.URL("http://blog.notmyidea.org"))