summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-06-29 11:52:29 +0200
committerClaude Paroz <claude@2xlibre.net>2013-06-29 11:58:36 +0200
commit6118d6d1c982e428cf398ac998eb9f0baba15bad (patch)
treeaacdf5ca5dc76bb6007eaab161ab926afdce8300 /docs/ref
parentc8756e17fbd5293ee1e0582201c41e2febc58ae1 (diff)
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.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/utils.txt2
1 files changed, 1 insertions, 1 deletions
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