mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-16 08:06:14 +00:00
Fix more incorrect code blocks in doc strings (#9073)
Fix 2 more incorrect code blocks in strings
This commit is contained in:
parent
e3fb11bc10
commit
46f3428cb3
@ -59,7 +59,7 @@ class CacheBackedEmbeddings(Embeddings):
|
||||
|
||||
Examples:
|
||||
|
||||
..code-block:: python
|
||||
.. code-block: python
|
||||
|
||||
from langchain.embeddings import CacheBackedEmbeddings, OpenAIEmbeddings
|
||||
from langchain.storage import LocalFileStore
|
||||
|
Loading…
Reference in New Issue
Block a user