summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b485ae59e..8fd6a8a91 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,9 +20,9 @@ Features
--------
- The `_get_credentials` private method of `BasicAuthAuthenticationPolicy`
- has been extracted into standalone function `extract_http_basic_credentials`
+ has been extracted into standalone function ``extract_http_basic_credentials`
in `pyramid.authentication` module, this function extracts HTTP Basic
- credentials from `request` object, and returns them as a named tuple.
+ credentials from a ``request`` object, and returns them as a named tuple.
Bug Fixes
---------