Skip to content

Commit 23f3ff7

Browse files
committed
Reword
1 parent 579da8c commit 23f3ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • opentelemetry-sdk/src/opentelemetry/sdk/_configuration

opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def _initialize_components(
559559
# This is different than other init helpers because setting up OpAMP requires distro
560560
# provided code as it's not strictly specified. We call OpAMP init before other code
561561
# because people may want to have it blocking to get an updated config before setting
562-
# up the rest.
562+
# up the rest of the SDK.
563563
try:
564564
_init_opamp = _import_opamp()
565565
_init_opamp(resource=resource)

0 commit comments

Comments
 (0)