summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-12-09 20:50:38 -0700
committerBert JW Regeer <bertjw@regeer.org>2016-12-09 20:54:03 -0700
commite89ef1ccfdc20b8423e5150f0a5cfa085980da74 (patch)
treeff002c0be6e83e1658d807b102bcab87f93a7b65 /docs/index.txt
parent19bb0e49f2db52fe3f04d8d83e4bfe38e8b6ac29 (diff)
downloadwebob-e89ef1ccfdc20b8423e5150f0a5cfa085980da74.tar.gz
Update docs
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 2b9b3d6..6dffbfd 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -232,9 +232,9 @@ argument to the class, e.g.:
response = Response(body='hello world!', content_type='text/plain')
-The status defaults to ``'200 OK'``. The content_type does not
-default to anything, although if you subclass ``Response`` and set
-``default_content_type``, you can override this behavior.
+The status defaults to ``'200 OK'``. The content_type defaults to
+``default_content_type`` which is set to `text/html`, although if you subclass
+``Response`` and set ``default_content_type``, you can override this behavior.
Exceptions
==========