docs: standardize .. code-block directive usage (#33122)

and fix typos
This commit is contained in:
Mason Daugherty
2025-09-25 16:49:56 -04:00
committed by GitHub
parent c3fed20940
commit 5bea28393d
24 changed files with 102 additions and 118 deletions

View File

@@ -87,7 +87,7 @@ class OllamaLLM(BaseLLM):
response = llm.invoke(input_text)
print(response)
.. code-block:: none
.. code-block::
"a philosophical question that has been contemplated by humans for
centuries..."
@@ -98,7 +98,7 @@ class OllamaLLM(BaseLLM):
for chunk in llm.stream(input_text):
print(chunk, end="")
.. code-block:: none
.. code-block::
a philosophical question that has been contemplated by humans for
centuries...