summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-04-26 10:29:55 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-04-26 10:29:55 +0000
commit21d9387ceaefbb011536f4a7e71f73fbf4ff97e0 (patch)
treefc2f3d6ad4d613eeb9f20382c0ed51d4bc380a70
parentdecc230d19bd49228dd941dedfdd3f38af4eea10 (diff)
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
-rw-r--r--docs/install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 4650fd746b..bdae078dde 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -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`_.