From 26f9deaf90dcaadd0207087681cf2dc4ee203b1c Mon Sep 17 00:00:00 2001 From: fjcapdevila Date: Mon, 9 Jun 2014 17:33:43 -0300 Subject: [PATCH] Fix typo Fix typo in a doc-string. --- django_select2/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_select2/widgets.py b/django_select2/widgets.py index b63ece4..c737a6a 100644 --- a/django_select2/widgets.py +++ b/django_select2/widgets.py @@ -607,7 +607,7 @@ class AutoHeavySelect2Mixin(object): """ This mixin is needed for Auto heavy fields. - This mxin adds extra JS code to notify the field's DOM object of the generated id. The generated id + This mixin adds extra JS code to notify the field's DOM object of the generated id. The generated id is not the same as the ``id`` attribute of the field's HTML markup. This id is generated by :py:func:`~.util.register_field` when the Auto field is registered. The client side (DOM) sends this id along with the Ajax request, so that the central view can identify which field should be used to