Fixed #4158 -- Fixed a small formatting typo. Thanks, SmileyChris.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-04-26 10:29:55 +00:00
parent decc230d19
commit 21d9387cea
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ Additionally, you'll need to make sure your Python database bindings are
installed.
* If you're using PostgreSQL, you'll need the psycopg_ package (version 2 is
recommended with ``postgresql_psycopg2`` backend, version 1.1 works also with the
``postgresql``` backend).
recommended with ``postgresql_psycopg2`` backend, version 1.1 works also
with the ``postgresql`` backend).
If you're on Windows, check out the unofficial `compiled Windows version`_.