Skip to content

Commit 98d5904

Browse files
author
ShreyeshArangath
committed
fix docstring
1 parent 71e20ed commit 98d5904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/datafusion/plan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ def labels(self) -> dict[str, str]:
320320
321321
Labels provide additional context for a metric. For example::
322322
323-
>>> metric.labels()
324-
{'output_type': 'final'}
323+
metric.labels()
324+
# {'output_type': 'final'}
325325
"""
326326
return self._raw.labels()
327327

0 commit comments

Comments
 (0)