mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-11 16:01:33 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -36,7 +36,7 @@ def clean_body(body: str) -> str:
|
||||
|
||||
|
||||
def authenticate() -> Account:
|
||||
"""Authenticate using the Microsoft Grah API"""
|
||||
"""Authenticate using the Microsoft Graph API"""
|
||||
try:
|
||||
from O365 import Account
|
||||
except ImportError as e:
|
||||
|
Reference in New Issue
Block a user