Skip to content

Commit af153d0

Browse files
committed
Add backtic's around BatchProcessor
1 parent 2eb9fd1 commit af153d0

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/trace/export

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/trace/export/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class BatchSpanProcessor(SpanProcessor):
134134
- :envvar:`OTEL_BSP_MAX_EXPORT_BATCH_SIZE`
135135
- :envvar:`OTEL_BSP_EXPORT_TIMEOUT`
136136
137-
All the logic for emitting spans, shutting down etc. resides in the BatchProcessor class.
137+
All the logic for emitting spans, shutting down etc. resides in the `BatchProcessor` class.
138138
"""
139139

140140
def __init__(

0 commit comments

Comments
 (0)