From 5b4c6fd5e457236105dd0a6f9ade0060edb8af45 Mon Sep 17 00:00:00 2001
From: Alex Gaynor <alex.gaynor@gmail.com>
Date: Wed, 17 Nov 2010 01:57:23 +0000
Subject: [PATCH] Fixed #14706 -- corrected a stray backtick in the docs. 
 Thanks to Adam for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
 docs/releases/1.3.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt
index b5c0035931..553fcc5793 100644
--- a/docs/releases/1.3.txt
+++ b/docs/releases/1.3.txt
@@ -284,7 +284,7 @@ be removed entirely.
 
     For more details, see the documentation :doc:`Django's release process
     </internals/release-process>` and our :doc:`deprecation timeline
-    </internals/deprecation>`.`
+    </internals/deprecation>`.
 
 ``mod_python`` support
 ~~~~~~~~~~~~~~~~~~~~~~