diff --git a/lib/objects.py b/lib/objects.py
index c2804bc59f299cd38ecb65764abe06aa4458adc1..343c21820b9b206c226ca70ede13f18ed43f139a 100644
--- a/lib/objects.py
+++ b/lib/objects.py
@@ -1012,7 +1012,7 @@ class NodeGroup(ConfigObject):
     @param ndparams: the dict to fill
     @rtype: dict
     @return: a copy of the passed in ndparams with missing keys filled
-        from the cluster defaults
+        from the node group defaults
 
     """
     return FillDict(self.ndparams, ndparams)