Skip to content

Commit

Permalink
Fix an error in docstring of MetricsDataSet (kedro-org#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Yassine Alouini <yalouini@idmog.com>
  • Loading branch information
pn11 authored and Yassine Alouini committed Feb 24, 2023
1 parent 268a09f commit e0725f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/tracking/metrics_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class MetricsDataSet(JSONDataSet):
.. code-block:: yaml
>>> cars:
>>> type: metrics.MetricsDataSet
>>> type: tracking.MetricsDataSet
>>> filepath: data/09_tracking/cars.json
Example using Python API:
Expand Down

0 comments on commit e0725f9

Please sign in to comment.