diff --git a/docs/session.md b/docs/session.md index 960b8ef..17046a9 100644 --- a/docs/session.md +++ b/docs/session.md @@ -1,7 +1,7 @@ # Starting a Session Interacting with the Keystone API begins by creating a client session. -Session objects encapsulate the connection state, authentication details, and request configuration, allowing the +Session objects encapsulate the connection state and request configuration, allowing the client to efficiently reuse connections and manage resources across multiple API calls. ## Instantiating a Client