From 96e34e2628af2fcc96e7cef675b7f73a9220fe6f Mon Sep 17 00:00:00 2001 From: tyiuhc Date: Mon, 9 Dec 2024 11:54:41 -0800 Subject: [PATCH] fix python boolean capitalization --- .../experiment-sdks/en/experiment-python.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/content/collections/experiment-sdks/en/experiment-python.md b/content/collections/experiment-sdks/en/experiment-python.md index 73bc871d6..db0428b41 100644 --- a/content/collections/experiment-sdks/en/experiment-python.md +++ b/content/collections/experiment-sdks/en/experiment-python.md @@ -255,15 +255,15 @@ If you're using Amplitude's EU data center, configure the `server_zone` option o **LocalEvaluationConfig** -|
Name
| Description | Default Value | -| --- | --- | --- | -| `debug` | Set to `true` to enable debug logging. | `false` | -| `server_zone` | The Amplitude data center to use. Either `ServerZone.US` or `ServerZone.EU` | `ServerZone.US` | -| `server_url` | The host to fetch flag configurations from. | `https://api.lab.amplitude.com` | -| `flag_config_polling_interval_millis` | The interval to poll for updated flag configs after calling [`start()`](#start) | `30000` | -| `flag_config_poller_request_timeout_millis` | The timeout for the request made by the flag config poller | `10000` | -| `assignment_config` | Configuration for automatically tracking assignment events after an evaluation. | `None` | -| `cohort_sync_config` | Configuration to enable cohort downloading for [local evaluation cohort targeting](#local-evaluation-cohort-targeting). | `None` | +|
Name
| Description | Default Value | +| --- |-------------------------------------------------------------------------------------------------------------------------|---------------------------------| +| `debug` | Set to `True` to enable debug logging. | `False` | +| `server_zone` | The Amplitude data center to use. Either `ServerZone.US` or `ServerZone.EU` | `ServerZone.US` | +| `server_url` | The host to fetch flag configurations from. | `https://api.lab.amplitude.com` | +| `flag_config_polling_interval_millis` | The interval to poll for updated flag configs after calling [`start()`](#start) | `30000` | +| `flag_config_poller_request_timeout_millis` | The timeout for the request made by the flag config poller | `10000` | +| `assignment_config` | Configuration for automatically tracking assignment events after an evaluation. | `None` | +| `cohort_sync_config` | Configuration to enable cohort downloading for [local evaluation cohort targeting](#local-evaluation-cohort-targeting). | `None` | **AssignmentConfig**