From bff947f44f70e3c3f5f4d25ed07524730ca56acf Mon Sep 17 00:00:00 2001 From: "jordi.saludes" Date: Thu, 8 Dec 2011 13:08:36 +0000 Subject: Changed 'lin' method name to 'linearize' (py-bindings). --- contrib/py-bindings/example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/py-bindings/example.rst') diff --git a/contrib/py-bindings/example.rst b/contrib/py-bindings/example.rst index 4ee3623fc..4d3c015c0 100644 --- a/contrib/py-bindings/example.rst +++ b/contrib/py-bindings/example.rst @@ -46,7 +46,7 @@ Notice that parsing returns a list of gf trees. Let's save it and linearize it in Spanish: >>> t = pgf.parse(eng, "is 42 prime") ->>> pgf.lin(spa, t[0]) +>>> pgf.linearize(spa, t[0]) '42 es primo' (which is not, but there is a '?' lacking at the end, remember?) -- cgit v1.2.3