- use site_fields instead of optional_vals
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 13 Oct 2006 20:19:26 +0000 (20:19 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 13 Oct 2006 20:19:26 +0000 (20:19 +0000)
PLC/Methods/AddSite.py

index 322c356..8a0651e 100644 (file)
@@ -11,7 +11,7 @@ can_update = lambda (field, value): field in \
 class AddSite(Method):
     """
     Adds a new site, and creates a node group for that site. Any
-    fields specified in optional_vals are used, otherwise defaults are
+    fields specified in site_fields are used, otherwise defaults are
     used.
 
     Returns the new site_id (> 0) if successful, faults otherwise.