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:44 -0400
commit98d8e052eafc0640fbef3fa38e813424ee0aa5ce (patch)
tree5b5455532f3ab62df25a7144172e925a1ea37df7 /docs
parent6819cab5d66b4acb7d9cb1a3f1cb8bfa23bc6fbe (diff)
[1.7.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 29526a3e7a..470774c1e2 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -637,7 +637,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': {
# ...