From 0d97937d994d4ec11f77661985be971a61daa6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 5 Sep 2011 21:24:45 +0200 Subject: Update docstrings. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- factory/containers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'factory/containers.py') diff --git a/factory/containers.py b/factory/containers.py index be61641..b46a19f 100644 --- a/factory/containers.py +++ b/factory/containers.py @@ -24,9 +24,9 @@ from declarations import OrderedDeclaration, SubFactory ATTR_SPLITTER = '__' class ObjectParamsWrapper(object): - '''A generic container that allows for getting but not setting of attributes. + """A generic container that allows for getting but not setting of attributes. - Attributes are set at initialization time.''' + Attributes are set at initialization time.""" initialized = False @@ -168,6 +168,6 @@ class DeclarationsHolder(object): return attributes class StubObject(object): - '''A generic container.''' + """A generic container.""" pass -- cgit v1.2.3