summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--factory/base.py6
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
"""