summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCalvin Jeong <calvin@ty.pe.kr>2015-03-10 22:10:24 +1300
committerTim Graham <timograham@gmail.com>2015-03-10 07:12:54 -0400
commit412137a1e856553787d0ba8bcefddd53f167bb2e (patch)
treea235c827b8eb780f71579ff49b0c2564152792bf /docs
parent9cfcdd03e3bee661705d9348596db2ff90740ab7 (diff)
[1.6.x] Fixed typo in docs/ref/database.txt
Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index ca82f4273f..920910ad6f 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -652,7 +652,7 @@ If you're getting this error, you can solve it by:
transactions are short-lived.
* Increase the default timeout value by setting the ``timeout`` database
- option option::
+ option::
'OPTIONS': {
# ...