We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511289f commit 812105eCopy full SHA for 812105e
1 file changed
contrib/opencensus-ext-stackdriver/opencensus/ext/stackdriver/trace_exporter/__init__.py
@@ -175,8 +175,8 @@ class StackdriverExporter(base_exporter.Exporter):
175
:param transport: Class for creating new transport objects. It should
176
extend from the base_exporter :class:`.Transport` type
177
and implement :meth:`.Transport.export`. Defaults to
178
- :class:`.SyncTransport`. The other option is
179
- :class:`.AsyncTransport`.
+ :class:`.AsyncTransport`. The other option is
+ :class:`.SyncTransport`.
180
"""
181
182
def __init__(self, client=None, project_id=None,
0 commit comments