From 6269fef31787aba4956612febfa3f4944fda947b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sat, 21 Jun 2014 13:36:52 +0200 Subject: Fix typo (Closes #144). Thanks to @clouserw for the report. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 0ba4a86..32b93bd 100644 --- a/README.rst +++ b/README.rst @@ -159,7 +159,7 @@ It is also possible to create a bunch of objects in a single call: .. code-block:: pycon - >>> users = USerFactory.build(10, first_name="Joe") + >>> users = UserFactory.build(10, first_name="Joe") >>> len(users) 10 >>> [user.first_name for user in users] -- cgit v1.2.3