summaryrefslogtreecommitdiff
path: root/docs/differences.txt
diff options
context:
space:
mode:
authorFrançois Labelle <quantum.omega@gmail.com>2015-04-13 13:49:41 -0400
committerFrançois Labelle <quantum.omega@gmail.com>2015-04-13 13:49:41 -0400
commitf23ed5d6d5094ea7407039ee94d72b3a36c84cab (patch)
tree57a2b1b636a5fa8fddd4abee36869860ef2f058e /docs/differences.txt
parent8de959f3e5812e3aec8fcb8f667683c9f5702614 (diff)
downloadwebob-f23ed5d6d5094ea7407039ee94d72b3a36c84cab.tar.gz
Replaced mentions of Accept.best_matches(...) for mentions of Accept.best_match(...), where applicable in the documentation.
Diffstat (limited to 'docs/differences.txt')
-rw-r--r--docs/differences.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/differences.txt b/docs/differences.txt
index 2e6eed6..fdc6817 100644
--- a/docs/differences.txt
+++ b/docs/differences.txt
@@ -28,7 +28,7 @@ Request
``languages()``:
This is available through ``req.accept_language``, particularly
- ``req.accept_language.best_matches(fallback_language)``
+ ``req.accept_language.best_match(supported_languages)``
``match_accept(mimetypes)``:
This is available through ``req.accept.first_match(mimetypes)``;