From 7b03e28903a6519ea5d0f5e9593360221bff7ee6 Mon Sep 17 00:00:00 2001 From: John Vrbanac Date: Thu, 23 Apr 2015 10:24:03 -0500 Subject: [PATCH] Fixing misspelling in client docstring Change-Id: I1b0b95b8bab8ea4ffc250516ccebedd9838b7429 --- barbicanclient/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barbicanclient/client.py b/barbicanclient/client.py index 7bae2c50..7f02da03 100644 --- a/barbicanclient/client.py +++ b/barbicanclient/client.py @@ -129,7 +129,7 @@ class Client(object): parameters. When no session is provided it will default to a non-authenticated Session. :param endpoint: Barbican endpoint url. Required when a session is not - given, or when using a non-authentciated session. + given, or when using a non-authenticated session. When using an authenticated session, the client will attempt to get an endpoint from the session. :param project_id: The project ID used for context in Barbican.