Skip to content

Commit

Permalink
Fixed broken link in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
NowanIlfideme committed May 10, 2023
1 parent 9937c07 commit bfc4e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pydantic_kedro/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def save_model(
uri : str
The path or URI to save the model to.
format : {"auto", "zip", "folder", "yaml", "json"}
The dataset format to use. "auto" will use [PydanticAutoDataSet][].
The dataset format to use.
"auto" will use [PydanticAutoDataSet][pydantic_kedro.PydanticAutoDataSet].
"""
if not isinstance(model, BaseModel):
raise TypeError(f"Expected Pydantic model, but got {model!r}")
Expand Down

0 comments on commit bfc4e1b

Please sign in to comment.