summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-04-30 17:50:32 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-04-30 17:50:32 +0200
commitfe43ad5707d116bb1729bc17a24ca16c90ae040d (patch)
tree5ef41b5e7770908f98ebcfdbe1ea8d92f31e366d /docs
parent3d842a0a94e413185b9abb87e7b3da7c27b6d7ad (diff)
Fixed a small formatting error.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index b1b5a4035e..f3ce5f8539 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -271,7 +271,7 @@ See the :doc:`Django 1.5 release notes</releases/1.5>` for more details on
these changes.
* The module ``django.utils.simplejson`` will be removed. The standard library
-provides :mod:`json` which should be used instead.
+ provides :mod:`json` which should be used instead.
* The function ``django.utils.itercompat.product`` will be removed. The Python
builtin version should be used instead.