Skip to content

Commit aa551cb

Browse files
(Core) Small Change in Docstring for method partial for BasePromptTemplate (#28969)
- **Description:** Very small change in Docstring for `BasePromptTemplate` - **Issue:** #28966
1 parent a873e0f commit aa551cb

File tree

1 file changed

+1
-1
lines changed
  • libs/core/langchain_core/prompts

1 file changed

+1
-1
lines changed

libs/core/langchain_core/prompts/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def partial(self, **kwargs: Union[str, Callable[[], str]]) -> BasePromptTemplate
264264
"""Return a partial of the prompt template.
265265
266266
Args:
267-
kwargs: Union[str, Callable[[], str], partial variables to set.
267+
kwargs: Union[str, Callable[[], str]], partial variables to set.
268268
269269
Returns:
270270
BasePromptTemplate: A partial of the prompt template.

0 commit comments

Comments
 (0)