feat(doc strings) fixed doc string format

This commit is contained in:
Janhavi Mahajan 2019-04-23 14:01:21 -04:00 коммит произвёл Casey Hong
Родитель 88e5a3d724
Коммит faa26b3c54
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,8 @@ def load_pandas_df(
Args:
local_cache_path(str): Path (directory or a zip file) to cache the downloaded zip file.
If None, all the intermediate files will be stored in a temporary directory and removed after use.
If None, all the intermediate files will be stored in a temporary directory and removed
after use.
file_split(str): File split to load. One of (dev, test, train)
file_type(str): File type to load. One of (txt, jsonl)