Unverified Commit 4f0b373a authored by Hubert's avatar Hubert Committed by GitHub
Browse files

[Fix] fix docstring (#684)

parent e78857ac
...@@ -49,8 +49,8 @@ class IPythonInterpreter(BaseAction): ...@@ -49,8 +49,8 @@ class IPythonInterpreter(BaseAction):
Defaults to 20. Defaults to 20.
trim_output (int, optional): Max characters restriction of ipython trim_output (int, optional): Max characters restriction of ipython
outputs. If None, do not perform any trim. outputs. If None, do not perform any trim.
TODO: Notice that, this is not token len. Anf trim strategies Notice that, this is not token length but string length.
might be added later. Defaults to 1024. Trim strategies might be added later if needed. Defaults to 1024.
user_data_dir (str): Specified the user data directory for files user_data_dir (str): Specified the user data directory for files
loading. If set to `ENV`, use `USER_DATA_DIR` environment variable. loading. If set to `ENV`, use `USER_DATA_DIR` environment variable.
Defaults to `ENV`. Defaults to `ENV`.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment