Skip to content

Commit

Permalink
Fix README (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
caioariede authored Dec 18, 2020
1 parent ada85ee commit c7ff7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Built-in functions
anon.fake_small_text(max_size=50)
anon.fake_name(max_size=15)
anon.fake_username(max_size=10, separator='')
anon.fake_email(max_size=25, suffix='@example.com')
anon.fake_email(max_size=40, suffix='@example.com')
anon.fake_url(max_size=50, scheme='http://', suffix='.com')
anon.fake_phone_number(format='999-999-9999')
Expand Down

0 comments on commit c7ff7a5

Please sign in to comment.