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

Commit 505dedd

Browse files
authored
Fix bad docstring change from #147 (#707)
1 parent 63ee6d9 commit 505dedd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opencensus/trace/span_context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class SpanContext(object):
4242
4343
:type span_id: str
4444
:param span_id: (Optional) Identifier for the span, unique within a trace.
45-
If not given, will generate one automatically.
4645
4746
:type trace_options: :class: `~opencensus.trace.trace_options.TraceOptions`
4847
:param trace_options: (Optional) TraceOptions indicates 8 trace options.

0 commit comments

Comments
 (0)