From 38e73c32571f8fefc14a37ce0165a9108521e529 Mon Sep 17 00:00:00 2001 From: Kenny Nguyen <19987735+kenny-nguyen@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:57:02 -0400 Subject: [PATCH] swapped client to devcycle_client (#432) * swapped client to devcycle_client * Update python-gettingstarted.md typo DevCycleLocalClient is DevCycleCloudClient in the local section --------- Co-authored-by: Andrew MacLean --- docs/sdk/server-side-sdks/python/python-gettingstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdk/server-side-sdks/python/python-gettingstarted.md b/docs/sdk/server-side-sdks/python/python-gettingstarted.md index 94bbe8c7..7f395047 100644 --- a/docs/sdk/server-side-sdks/python/python-gettingstarted.md +++ b/docs/sdk/server-side-sdks/python/python-gettingstarted.md @@ -19,8 +19,8 @@ from devcycle_python_sdk.models.user import DevCycleUser # Create an options object to do custom configurations, or use the defaults options = DevCycleLocalOptions() -# create an instance of the DevCycleCloudClient class -client = DevCycleLocalClient('DEVCYCLE_SERVER_SDK_KEY', options) +# create an instance of the DevCycleLocalClient class +devcycle_client = DevCycleLocalClient('DEVCYCLE_SERVER_SDK_KEY', options) # all client functions require user data to be an instance of the DevCycleUser class user = DevCycleUser(