From bb6e661e0ef96bfc5503cd9d5026ab89c683188f Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Wed, 28 Nov 2012 20:28:30 -0300 Subject: [PATCH] [1.5.x] Fixed a comment typo. --- django/contrib/admin/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/options.py b/django/contrib/admin/options.py index c647835057..8543c0ad54 100644 --- a/django/contrib/admin/options.py +++ b/django/contrib/admin/options.py @@ -707,7 +707,7 @@ class ModelAdmin(BaseModelAdmin): Exposes almost the same API as messages.add_message(), but accepts the positional arguments in a different order to maintain backwards compatibility. For convenience, it accepts the `level` argument as - a string rather than the ususal level number. + a string rather than the usual level number. """ if not isinstance(level, int):