Skip to content

Commit ba27d46

Browse files
authored
fix: correct typo in Pipeline.load() docstring (#11632)
1 parent acbf725 commit ba27d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

haystack/core/pipeline/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def load(
322322
callbacks: DeserializationCallbacks | None = None,
323323
) -> T:
324324
"""
325-
Creates a `Pipeline` object a string representation.
325+
Creates a `Pipeline` object from a string representation.
326326
327327
The string representation is read from the file-like object passed in the `fp` argument.
328328

0 commit comments

Comments
 (0)