From 5bdc19ccbde3934a05b11a0d0edf50d3b31e930d Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 12 Jan 2012 09:03:22 -0700 Subject: Correct out-of-date docstring. --- factory/containers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. """ -- cgit v1.2.3