From 21d9387ceaefbb011536f4a7e71f73fbf4ff97e0 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Thu, 26 Apr 2007 10:29:55 +0000 Subject: [PATCH] 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 --- docs/install.txt | 4 ++-- 1 file 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`_.