diff --git a/doc/source/using-sessions.rst b/doc/source/using-sessions.rst index 7a7b0d5f..3e84b3e5 100644 --- a/doc/source/using-sessions.rst +++ b/doc/source/using-sessions.rst @@ -135,7 +135,7 @@ contains all the information an authentication plugin requires to determine the correct URL to which to send a request. When using this mode only the path for the request needs to be specified:: - >>> resp = session.get('/v3/users', + >>> resp = session.get('https://my.keystone.com:5000/v3/users', endpoint_filter={'service_type': 'identity', 'interface': 'public', 'region_name': 'myregion'})