mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 23:41:28 +00:00
docs(docs): fixed typos in documentations (#32661)
Minor typo fixes. (Not linked to current open issues)
This commit is contained in:
@@ -97,7 +97,7 @@ def skip_private_members(app, what, name, obj, skip, options):
|
||||
if hasattr(obj, "__doc__") and obj.__doc__ and ":private:" in obj.__doc__:
|
||||
return True
|
||||
if name == "__init__" and obj.__objclass__ is object:
|
||||
# dont document default init
|
||||
# don't document default init
|
||||
return True
|
||||
return None
|
||||
|
||||
|
Reference in New Issue
Block a user