From 31ed0058e52f370e9ce2e03dd27253e3b2236f24 Mon Sep 17 00:00:00 2001 From: Nihit Date: Thu, 21 Mar 2024 12:46:03 -0700 Subject: [PATCH] spaces --- docs/python-sdk.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/python-sdk.md b/docs/python-sdk.md index 946e82e..5161077 100644 --- a/docs/python-sdk.md +++ b/docs/python-sdk.md @@ -49,6 +49,8 @@ refuel_client = refuel.init(**options) ``` Here’s the complete list of initialization options currently supported: + + | Option | Is Required | Default Value | Comments | | :------------- | :-----------| :-------------| :------- | | `api_key` | Yes | None | Used to authenticate all requests to the API server |