From b58f47e57d3586ef9884565b46a4b6faced68ddd Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 11 Jun 2011 18:37:10 +0200 Subject: [PATCH] fix typo --- dev/jpype-and-boilerpipe.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/jpype-and-boilerpipe.rst b/dev/jpype-and-boilerpipe.rst index 41879b6..e895869 100644 --- a/dev/jpype-and-boilerpipe.rst +++ b/dev/jpype-and-boilerpipe.rst @@ -15,7 +15,7 @@ reimplement boilerpipe in python. I will let you guess which one I chosen, meh. JPype allows to bridge python project with java libraries. It takes another point of view than Jython: rather than reimplementing python in Java, both languages are interfacing at the VM level. This means you need to start a VM -fro your python script, but it does the job and stay fully compatible with +from your python script, but it does the job and stay fully compatible with Cpython and its C extensions. First steps with JPype