diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-05 09:20:07 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-05 09:20:07 +0000 |
commit | 6647bf7eaeb915e2d09db8b5c7584ee286962d3b (patch) | |
tree | 803c7d548fb8dc8f571aad76c6473f20ba71c01d /numpy/lib/_datasource.py | |
parent | f8f44a0595da3ae8be9458ead1366bcc72cd3390 (diff) | |
download | numpy-6647bf7eaeb915e2d09db8b5c7584ee286962d3b.tar.gz |
Merge from documentation editor.
Diffstat (limited to 'numpy/lib/_datasource.py')
-rw-r--r-- | numpy/lib/_datasource.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/numpy/lib/_datasource.py b/numpy/lib/_datasource.py index e026f6816..1201f3d7e 100644 --- a/numpy/lib/_datasource.py +++ b/numpy/lib/_datasource.py @@ -402,12 +402,13 @@ class DataSource (object): class Repository (DataSource): - """A data Repository where multiple DataSource's share a base URL/directory. + """ + A data Repository where multiple DataSource's share a base URL/directory. Repository extends DataSource by prepending a base URL (or directory) to all the files it handles. Use a Repository when you will be working with multiple files from one base URL. Initialize the Respository with the - base URL, then refer to each file by it's filename only. + base URL, then refer to each file by its filename only. *Methods*: |