Skip to content

Commit e395322

Browse files
stydxmolgamurraft
authored andcommitted
community: fix typo in warning message (langchain-ai#24597)
- **Description:** This PR fixes a small typo in a warning message - **Issue:** ![](https://github.com/user-attachments/assets/5aa57724-26c5-49f6-8bc1-5a54bb67ed49) There were double `Use` and double `instead`
1 parent ba7ad59 commit e395322

File tree

1 file changed

+1
-1
lines changed
  • libs/community/langchain_community/chat_message_histories

1 file changed

+1
-1
lines changed

libs/community/langchain_community/chat_message_histories/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def __init__(
187187
since="0.2.2",
188188
removal="0.3.0",
189189
name="connection_string",
190-
alternative="Use connection instead",
190+
alternative="connection",
191191
)
192192
_warned_once_already = True
193193
connection = connection_string

0 commit comments

Comments
 (0)