renamed files used at runtime (see post-install script in specfile)
[nodemanager.git] / plcapi.py
index 6ed3cac..ca411df 100644 (file)
--- a/plcapi.py
+++ b/plcapi.py
@@ -20,7 +20,7 @@ class PLCAPI:
     session => SessionAuth
 
     To authenticate using the Boot Manager authentication method, or
-    the new session-based method.
+    the new session-based method, respectively.
     """
 
     def __init__(self, uri, cacert, auth, timeout = 90, **kwds):