Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/attr/validators.py
  • Loading branch information
hynek authored Feb 2, 2022
commit 927d67654468d0531d650bf19581ebaedb51503d
2 changes: 1 addition & 1 deletion src/attr/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,6 @@ def min_len(length):

:param int length: Minimum length of the string or iterable

.. versionadded:: 21.5.0
.. versionadded:: 22.1.0
"""
return _MinLengthValidator(length)