diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2012-04-13 19:33:22 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2012-04-15 10:06:39 +0200 |
commit | 27dcb6fe29a09d6cb2d83a59229e562093da4f7b (patch) | |
tree | 2ea5d1ebc9e02505c9b46746d047554de69f71d3 /factory/base.py | |
parent | 03c92201e34cea40b494c4aefb324af100c181ea (diff) | |
download | factory-boy-27dcb6fe29a09d6cb2d83a59229e562093da4f7b.tar factory-boy-27dcb6fe29a09d6cb2d83a59229e562093da4f7b.tar.gz |
Whitespace cleanup
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
Diffstat (limited to 'factory/base.py')
-rw-r--r-- | factory/base.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/factory/base.py b/factory/base.py index 4ccda9e..98029e3 100644 --- a/factory/base.py +++ b/factory/base.py @@ -320,7 +320,7 @@ class BaseFactory(object): Args: size (int): the number of instances to build - + Returns: object list: the built instances """ @@ -337,7 +337,7 @@ class BaseFactory(object): Args: size (int): the number of instances to create - + Returns: object list: the created instances """ @@ -361,7 +361,7 @@ class BaseFactory(object): Args: size (int): the number of instances to stub - + Returns: object list: the stubbed instances """ |