Skip to content

Commit

Permalink
Merge pull request #107 from ivanistheone/README_fix
Browse files Browse the repository at this point in the history
Fix code example in README.md
  • Loading branch information
klen committed Oct 16, 2018
2 parents 2301bfc + 84c71e0 commit 6af15d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -278,7 +278,7 @@ Quick example: ::

mixer.register(Test,
name=lambda: 'John',
id=lambda: str(mixer.g.get_positive_integer())
id=lambda: str(mixer.faker.small_positive_integer())
)

test = mixer.blend(Test)
Expand Down

0 comments on commit 6af15d5

Please sign in to comment.