Skip to content

Commit bf5c844

Browse files
fix: Correct spelling of 'Implementers' in docstrings
Fix codespell errors: 'Implementors' -> 'Implementers' Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 852f258 commit bf5c844

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal

opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ class LogRecordProcessor(abc.ABC):
294294
:func:`LoggerProvider.add_log_record_processor` and they are invoked
295295
in the same order as they were registered.
296296
297-
Implementors of custom log processors should be aware of the following:
297+
Implementers of custom log processors should be aware of the following:
298298
299299
Error Handling
300300
--------------
@@ -326,7 +326,7 @@ def on_emit(self, log_record: ReadWriteLogRecord):
326326
def on_emit(self, log_record: ReadWriteLogRecord):
327327
"""Emits the ``ReadWriteLogRecord``.
328328
329-
Implementors should handle any exceptions raised during log processing
329+
Implementers should handle any exceptions raised during log processing
330330
to prevent application crashes. See the class docstring for details
331331
on error handling expectations.
332332
"""

0 commit comments

Comments
 (0)