diff --git a/kedro/runner/runner.py b/kedro/runner/runner.py index 48cdef7d20..bb680aefe6 100644 --- a/kedro/runner/runner.py +++ b/kedro/runner/runner.py @@ -132,7 +132,7 @@ def run_only_missing( Args: pipeline: The ``Pipeline`` to run. - catalog: The `catalog from which to fetch data. + catalog: The catalog from which to fetch data. hook_manager: The ``PluginManager`` to activate hooks. Raises: ValueError: Raised when ``Pipeline`` inputs cannot be