Skip to content

Commit

Permalink
fix python boolean capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Dec 9, 2024
1 parent ef4fb71 commit 96e34e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions content/collections/experiment-sdks/en/experiment-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,15 +255,15 @@ If you're using Amplitude's EU data center, configure the `server_zone` option o

**LocalEvaluationConfig**

| <div class="big-column">Name</div> | 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` |
| <div class="big-column">Name</div> | 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**

Expand Down

0 comments on commit 96e34e2

Please sign in to comment.