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

Commit 812105e

Browse files
Fix comment, AsyncTransport is the default (#964)
1 parent 511289f commit 812105e

File tree

1 file changed

+2
-2
lines changed
  • contrib/opencensus-ext-stackdriver/opencensus/ext/stackdriver/trace_exporter

1 file changed

+2
-2
lines changed

contrib/opencensus-ext-stackdriver/opencensus/ext/stackdriver/trace_exporter/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ class StackdriverExporter(base_exporter.Exporter):
175175
:param transport: Class for creating new transport objects. It should
176176
extend from the base_exporter :class:`.Transport` type
177177
and implement :meth:`.Transport.export`. Defaults to
178-
:class:`.SyncTransport`. The other option is
179-
:class:`.AsyncTransport`.
178+
:class:`.AsyncTransport`. The other option is
179+
:class:`.SyncTransport`.
180180
"""
181181

182182
def __init__(self, client=None, project_id=None,

0 commit comments

Comments
 (0)