Skip to content

Commit

Permalink
Add password
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Oct 4, 2024
1 parent 45dab36 commit 6c27f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake.py
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ def pystr(self, nb_chars: int = 20) -> str:
"""Generate a random string."""
return "".join(random.choices(string.ascii_letters, k=nb_chars))

@provider(tags=("Python",))
@provider(tags=("Text",))
def password(
self,
length: int = 10,
Expand Down

0 comments on commit 6c27f76

Please sign in to comment.