From 62048bcd62351043f76cc86732053051c8895341 Mon Sep 17 00:00:00 2001
From: wrwrwr <git@wr.waw.pl>
Date: Fri, 5 Dec 2014 19:02:59 +0100
Subject: [PATCH] [1.6.x] Cleaned up a note in docs/topics/db/sql.txt.

Backport of 34a06d99e0fc96a0f0648bfde141d342e963e971 from master
---
 docs/topics/db/sql.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt
index 478e2898f1..a7389aa9ad 100644
--- a/docs/topics/db/sql.txt
+++ b/docs/topics/db/sql.txt
@@ -203,7 +203,7 @@ dictionary key, of course), regardless of your database engine.  Such
 placeholders will be replaced with parameters from the ``params``
 argument.
 
-.. note:: Dictionary params not supported with SQLite
+.. note::
 
    Dictionary params are not supported with the SQLite backend; with
    this backend, you must pass parameters as a list.