Skip to content

Commit

Permalink
Better API renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2020
1 parent 54d927e commit cbfb0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quorum/util.py
Expand Up @@ -906,7 +906,7 @@ def generate_identifier(size = 16, chars = string.ascii_uppercase + string.digit
the provided constrains of length and character ranges.
This function may be used in the generation of random based
keys for both passwords and api keys.
keys for both passwords and API keys.
:type size: int
:param size: The size (in number of characters) to be used in
Expand Down

0 comments on commit cbfb0f2

Please sign in to comment.