Skip to content

Commit

Permalink
Fix sentence for size_lt (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Oct 11, 2023
1 parent d350f4b commit 487e7da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, validation: ValidationFunction):
"one_of": "one of the specified values: VALUES",
"fixed_size": "length must be equal to VALUES",
"size_gt": "length is greater than VALUES",
"size_lt": "length is less less VALUES",
"size_lt": "length is less than VALUES",
"not_empty": "parameter is not empty",
"unique": "contains no duplicates",
"subset_of": "every element is one of the list VALUES",
Expand Down

0 comments on commit 487e7da

Please sign in to comment.