From 6118d6d1c982e428cf398ac998eb9f0baba15bad Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 29 Jun 2013 11:52:29 +0200 Subject: More import removals Following the series of commits removing deprecated features in Django 1.7, here are some more unneeded imports removed and other minor cleanups. --- docs/ref/utils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index c29c210be7..d7be7a4735 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -188,7 +188,7 @@ The functions defined in this module share the following properties: ========================= .. module:: django.utils.encoding - :synopsis: A series of helper function to manage character encoding. + :synopsis: A series of helper functions to manage character encoding. .. function:: python_2_unicode_compatible -- cgit v1.3