Skip to content

Commit

Permalink
Align comment with reality (#444)
Browse files Browse the repository at this point in the history
align comment with reality
  • Loading branch information
mmacata authored Jun 6, 2023
1 parent 1fb86d6 commit fa315ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actinia_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def init_versions():
def valid_additional_version_info_key(cand):
"""Checks whether the input is a valid key for inclusion in the version/
output. Keys may only contain lowercase letters and the underscore, have
a length between 1 and 20 and must not be any of the reserved keys which
a length between 1 and 25 and must not be any of the reserved keys which
we will set and populate."""
minlength = 1
maxlength = 25
Expand Down

0 comments on commit fa315ad

Please sign in to comment.