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:39 -0400
commit6e81786f924c6afdaf044ab8b41dd14695aada9f (patch)
tree048ec9fbb59458aa9382c0b5ed18c83bef03d9f1 /docs
parentb25e542ecde4982602a96747fef581b79fceede7 (diff)
[1.8.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 5fda5589e1..abc7828fd5 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -656,7 +656,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': {
# ...