From faa26b3c54905c68f9e67966895e61dae153c3a5 Mon Sep 17 00:00:00 2001 From: Janhavi Mahajan Date: Tue, 23 Apr 2019 14:01:21 -0400 Subject: [PATCH] feat(doc strings) fixed doc string format --- utils_nlp/dataset/snli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils_nlp/dataset/snli.py b/utils_nlp/dataset/snli.py index 5a0513d..91376df 100644 --- a/utils_nlp/dataset/snli.py +++ b/utils_nlp/dataset/snli.py @@ -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)