[Fix] fix docstring (#684)

This commit is contained in:
Hubert 2023-12-11 19:12:01 +08:00 committed by GitHub
parent e78857ac36
commit 4f0b373a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,8 @@ class IPythonInterpreter(BaseAction):
Defaults to 20.
trim_output (int, optional): Max characters restriction of ipython
outputs. If None, do not perform any trim.
TODO: Notice that, this is not token len. Anf trim strategies
might be added later. Defaults to 1024.
Notice that, this is not token length but string length.
Trim strategies might be added later if needed. Defaults to 1024.
user_data_dir (str): Specified the user data directory for files
loading. If set to `ENV`, use `USER_DATA_DIR` environment variable.
Defaults to `ENV`.