diff options
Diffstat (limited to 'django/utils/functional.py')
| -rw-r--r-- | django/utils/functional.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/functional.py b/django/utils/functional.py index 52be83ce43..e5c49ccddd 100644 --- a/django/utils/functional.py +++ b/django/utils/functional.py @@ -282,7 +282,7 @@ _super = super class SimpleLazyObject(LazyObject): """ - A lazy object initialised from any function. + A lazy object initialized from any function. Designed for compound objects of unknown type. For builtins or objects of known type, use django.utils.functional.lazy. |
