From f354e54f9119f0aceeccd7e8bebfe3f089383527 Mon Sep 17 00:00:00 2001 From: fjcapdevila Date: Mon, 9 Jun 2014 17:55:55 -0300 Subject: [PATCH] Fix typo Fix typo in a doc-string --- django_select2/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_select2/fields.py b/django_select2/fields.py index b1a6d94..83f23b5 100644 --- a/django_select2/fields.py +++ b/django_select2/fields.py @@ -65,7 +65,7 @@ class AutoViewFieldMixin(object): :rtype: :py:obj:`bool` .. warning:: Sub-classes should override this. You really do not want random people making - Http reqeusts to your server, be able to get access to sensitive information. + Http requests to your server, be able to get access to sensitive information. """ return True