From 6e2d8b11dc94c065c4dfb4733ef6d09666104fa0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 18 Dec 2008 20:56:15 +0000 Subject: [PATCH 1/1] update --- doc/PLCAPI.xml.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/PLCAPI.xml.in b/doc/PLCAPI.xml.in index 2f04d35..2b05b19 100644 --- a/doc/PLCAPI.xml.in +++ b/doc/PLCAPI.xml.in @@ -424,9 +424,10 @@ nodes = plc.GetNodes([121], ['node_id', 'hostname']) Using regular python It is also possible to write simple regular-python scripts, - as illustrated in the example below. The only difference is that - all API calls need to be passed a first argument for - athenticating: + as illustrated in the example below. The only difference with the + examples above is that all API calls need to be passed a first + argument for authentication. This example would write in a file + the name of all the hosts attached to a given slice. #!/usr/bin/env python -- 2.43.0