From aca514b7c4a9051d8a5eb4cebf3737ab01b98f40 Mon Sep 17 00:00:00 2001
From: Aymeric Augustin <aymeric.augustin@m4x.org>
Date: Thu, 30 Oct 2014 20:49:30 +0100
Subject: [PATCH] [1.7.x] Removed extra period.

Backport of 8f79c15 from master
---
 docs/ref/settings.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 8b0a3aebda..603710d52b 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -2159,7 +2159,7 @@ TEMPLATE_STRING_IF_INVALID
 Default: ``''`` (Empty string)
 
 Output, as a string, that the template system should use for invalid (e.g.
-misspelled) variables. See :ref:`invalid-template-variables`..
+misspelled) variables. See :ref:`invalid-template-variables`.
 
 .. setting:: TEST_RUNNER