Removed extra backquote in field docs

This commit is contained in:
Claude Paroz 2014-02-08 14:20:39 +01:00
parent b041850853
commit fcc21837dc
1 changed files with 1 additions and 1 deletions

View File

@ -959,7 +959,7 @@ of some other value. You can do this automatically in the admin using
.. class:: SmallIntegerField([**options])
Like an :class:`IntegerField`, but only allows values under a certain
(database-dependent) point. Values from ``-32768`` to ``32767``` are safe in all
(database-dependent) point. Values from ``-32768`` to ``32767`` are safe in all
databases supported by Django.
``TextField``