Cleaned up a note in docs/topics/db/sql.txt.

This commit is contained in:
wrwrwr 2014-12-05 19:02:59 +01:00 committed by Tim Graham
parent 0fde2ca036
commit 34a06d99e0
1 changed files with 1 additions and 1 deletions

View File

@ -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.