Skip to content

Commit 8e79bfc

Browse files
committed
Fix typo
1 parent e859bfe commit 8e79bfc

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
@@ -557,7 +557,7 @@ def _import_id_generator(id_generator_name: str) -> IdGenerator:
557557
def _import_opamp() -> Callable[[Resource], None] | None:
558558
# this in development, at the moment we are looking for a callable that takes
559559
# the resource and instantiate an OpAMP agent.
560-
# Since configuration is not specified every implementors may have its own.
560+
# Since configuration is not specified every implementers may have its own.
561561
# Refer to opentelemetry-opamp-client package on how to setup the OpAMP agent.
562562
entry_point = None
563563
try:

0 commit comments

Comments
 (0)