Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit c904f48

Browse files
ArturTanonareyang
authored andcommitted
Typo (#800)
1 parent f4d8ec3 commit c904f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/opencensus-ext-azure/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can enrich the logs with trace IDs and span IDs by using the `logging integr
7171
logger.warning('Before the span')
7272
with tracer.span(name='test'):
7373
logger.warning('In the span')
74-
logger.warning('After the span')s
74+
logger.warning('After the span')
7575
7676
Metrics
7777
~~~~~~~

0 commit comments

Comments
 (0)