Clarify in the documentation that these updates are transient.

This commit is contained in:
Mike Auty
2016-12-18 19:38:22 +00:00
parent be075939d2
commit 2323e15ec3
+1 -1
View File
@@ -171,7 +171,7 @@ class Template(validity.ValidityRoutines):
return clone
def update_vol(self, **new_arguments):
"""Updates the keyword arguments"""
"""Updates the keyword arguments with values that will not be carried across to clones"""
self._vol.update(new_arguments)
def __getattr__(self, attr):