mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 07:09:31 +00:00
community: fix typo in warning message (#24597)
- **Description:** This PR fixes a small typo in a warning message - **Issue:**  There were double `Use` and double `instead`
This commit is contained in:
parent
da06d4d7af
commit
b9bea36dd4
@ -187,7 +187,7 @@ class SQLChatMessageHistory(BaseChatMessageHistory):
|
||||
since="0.2.2",
|
||||
removal="0.3.0",
|
||||
name="connection_string",
|
||||
alternative="Use connection instead",
|
||||
alternative="connection",
|
||||
)
|
||||
_warned_once_already = True
|
||||
connection = connection_string
|
||||
|
Loading…
Reference in New Issue
Block a user