Skip to content

Commit 1ee1dfd

Browse files
committed
Use single backticks in docstrings
1 parent 0391854 commit 1ee1dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/shared/_otel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ def otel_span(
2828

2929

3030
def inject_trace_context(meta: dict[str, Any]) -> None:
31-
"""Inject W3C trace context (traceparent/tracestate) into a ``_meta`` dict."""
31+
"""Inject W3C trace context (traceparent/tracestate) into a `_meta` dict."""
3232
inject(meta)
3333

3434

3535
def extract_trace_context(meta: dict[str, Any]) -> Context:
36-
"""Extract W3C trace context from a ``_meta`` dict."""
36+
"""Extract W3C trace context from a `_meta` dict."""
3737
return extract(meta)

0 commit comments

Comments
 (0)