mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-13 01:50:58 +00:00
Fix typo
Fix typo in a doc-string
This commit is contained in:
parent
2643ca41b8
commit
f354e54f91
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue