Merge pull request #13201 from ma82/patch-1

Fix DataLoader's docstring
This commit is contained in:
James Cammarata 2015-11-19 08:13:02 -05:00
commit 3b16ad973c

View file

@ -52,9 +52,7 @@ class DataLoader():
Usage:
dl = DataLoader()
(or)
dl = DataLoader(vault_password='foo')
# optionally: dl.set_vault_password('foo')
ds = dl.load('...')
ds = dl.load_from_file('/path/to/file')
'''