fix: formatting issues in docstrings (#32265)

Ensures proper reStructuredText formatting by adding the required blank
line before closing docstring quotes, which resolves the "Block quote
ends without a blank line; unexpected unindent" warning.
This commit is contained in:
Mason Daugherty
2025-07-27 23:37:47 -04:00
committed by GitHub
parent a8a2cff129
commit 96cbd90cba
129 changed files with 234 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ class AzureOpenAI(BaseOpenAI):
from langchain_openai import AzureOpenAI
openai = AzureOpenAI(model_name="gpt-3.5-turbo-instruct")
"""
azure_endpoint: Optional[str] = Field(