summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 92816a4..cb73a17 100644
--- a/README.rst
+++ b/README.rst
@@ -164,4 +164,4 @@ Sequences can be combined with lazy attributes::
name = 'Mark'
email = factory.LazyAttributeSequence(lambda a, n: '{0}+{1}@example.com'.format(a.name, n).lower())
- UserFactory().email # => mark+1@example.com
+ UserFactory().email # => mark+0@example.com