Skip to content

Commit bbdf1f6

Browse files
authored
docs: AI config --> AI Config name change (#42)
**Requirements** - [ ] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated my changes against all supported platform versions **Related issues** https://launchdarkly.atlassian.net/browse/DOCS-2117 **Describe the solution you've provided** Style guide change requires an update in capitalization here.
2 parents 13786ec + a123248 commit bbdf1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldai/tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(
7272
self, ld_client: LDClient, variation_key: str, config_key: str, version: int, context: Context
7373
):
7474
"""
75-
Initialize an AI configuration tracker.
75+
Initialize an AI Config tracker.
7676
7777
:param ld_client: LaunchDarkly client instance.
7878
:param variation_key: Variation key for tracking.

0 commit comments

Comments
 (0)