Fix typo in a doc-string
This commit is contained in:
fjcapdevila 2014-06-09 17:55:55 -03:00
parent 2643ca41b8
commit f354e54f91

View file

@ -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