update
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 18 Dec 2008 20:56:15 +0000 (20:56 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 18 Dec 2008 20:56:15 +0000 (20:56 +0000)
doc/PLCAPI.xml.in

index 2f04d35..2b05b19 100644 (file)
@@ -424,9 +424,10 @@ nodes = plc.GetNodes([121], ['node_id', 'hostname'])
     <title>Using regular python</title>
 
     <para>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:</para>
+    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.</para>
 
 <programlisting>
 #!/usr/bin/env python