mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +00:00
docs: Fix missing space between the words API Reference (#28087)
Added an expected space between the words APIReference
This commit is contained in:
parent
da7c79b794
commit
2cec957274
@ -503,7 +503,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"Documentation:\n",
|
"Documentation:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* The model contains doc-strings for all initialization arguments, as these will be surfaced in the [APIReference](https://python.langchain.com/api_reference/langchain/index.html).\n",
|
"* The model contains doc-strings for all initialization arguments, as these will be surfaced in the [API Reference](https://python.langchain.com/api_reference/langchain/index.html).\n",
|
||||||
"* The class doc-string for the model contains a link to the model API if the model is powered by a service.\n",
|
"* The class doc-string for the model contains a link to the model API if the model is powered by a service.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Tests:\n",
|
"Tests:\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user