diff --git a/src/quorum/util.py b/src/quorum/util.py index 0bdd6712..d6e4dffa 100644 --- a/src/quorum/util.py +++ b/src/quorum/util.py @@ -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