diff --git a/validations.py b/validations.py index 2628db4..bb90104 100644 --- a/validations.py +++ b/validations.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 - +#The typo was already fixed def validate_user(username, minlen): """Checks if the received username matches the required conditions."""