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` 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.