mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
Fix docstring in indexes/getting-started (#2452)
Fixed a letter. That's all.
This commit is contained in:
parent
b4914888a7
commit
f0926bad9f
@ -27,7 +27,7 @@
|
||||
" \"\"\"Get texts relevant for a query.\n",
|
||||
"\n",
|
||||
" Args:\n",
|
||||
" query: string to find relevant tests for\n",
|
||||
" query: string to find relevant texts for\n",
|
||||
"\n",
|
||||
" Returns:\n",
|
||||
" List of relevant documents\n",
|
||||
|
Loading…
Reference in New Issue
Block a user