diff options
Diffstat (limited to 'django/utils/ipv6.py')
| -rw-r--r-- | django/utils/ipv6.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/ipv6.py b/django/utils/ipv6.py index 819b6a299a..c41f1e2b46 100644 --- a/django/utils/ipv6.py +++ b/django/utils/ipv6.py @@ -9,7 +9,7 @@ from django.utils.translation import ugettext_lazy as _ def clean_ipv6_address(ip_str, unpack_ipv4=False, - error_message=_("This is not a valid IPv6 address.")): + error_message=_("This is not a valid IPv6 address.")): """ Cleans an IPv6 address string. |
