Skip to content

Commit

Permalink
fix inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed Sep 19, 2019
1 parent 35d71d6 commit 8471330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def shutdown(self) -> None:


class ConsoleSpanExporter(SpanExporter):
"""Implementation of :class:`Exporter` that prints spans to the console.
"""Implementation of :class:`SpanExporter` that prints spans to the
console.
This class can be used for diagnostic purposes. It prints the exported
spans to the console STDOUT.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


class InMemorySpanExporter(SpanExporter):
"""Implementation of :class:`.Exporter` that stores spans in memory.
"""Implementation of :class:`.SpanExporter` that stores spans in memory.
This class can be used for testing purposes. It stores the exported spans
in a list in memory that can be retrieved using the
Expand Down

0 comments on commit 8471330

Please sign in to comment.