summaryrefslogtreecommitdiff
path: root/factory
diff options
context:
space:
mode:
Diffstat (limited to 'factory')
-rw-r--r--factory/containers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/factory/containers.py b/factory/containers.py
index 68e1e9f..497e98c 100644
--- a/factory/containers.py
+++ b/factory/containers.py
@@ -122,7 +122,8 @@ class DeclarationDict(dict):
"""Updates the DeclarationDict from a class definition dict.
Takes into account all public attributes and OrderedDeclaration
- instances; ignores all classmethods and attributes starting with '_'.
+ instances; ignores all class/staticmethods and private attributes
+ (starting with '_').
Returns a dict containing all remaining elements.
"""