Kaydet (Commit) d049b36f authored tarafından Tom V's avatar Tom V Kaydeden (comit) Tim Graham

Fixed typo in django/utils/decorators.py comment.

üst 0c623da6
......@@ -22,7 +22,7 @@ def method_decorator(decorator):
Converts a function decorator into a method decorator
"""
# 'func' is a function at the time it is passed to _dec, but will eventually
# be a method of the class it is defined it.
# be a method of the class it is defined on.
def _dec(func):
def _wrapper(self, *args, **kwargs):
@decorator
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment