From 39cd55e3940773599f8f785fb5a0e532e936bbe0 Mon Sep 17 00:00:00 2001 From: Gael varoquaux <gael.varoquaux@normalesup.org> Date: Sat, 30 Jul 2011 14:58:30 +0200 Subject: [PATCH] DOC: leftover false info in docstrings --- scikits/learn/datasets/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scikits/learn/datasets/base.py b/scikits/learn/datasets/base.py index f7dc32ae7f..6a3451f7a9 100644 --- a/scikits/learn/datasets/base.py +++ b/scikits/learn/datasets/base.py @@ -101,7 +101,7 @@ def load_files(container_path, description=None, categories=None, Parameters ---------- - container_path : string or unicode, or TarFile object + container_path : string or unicode Path to the main folder holding one subfolder per category description: string or unicode -- GitLab