From f07c79d3709a7f81219abc3c516fd772f469c167 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 13 Nov 2009 17:49:06 +0000 Subject: first set of checkins from the doc editor --- numpy/lib/_datasource.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'numpy/lib/_datasource.py') diff --git a/numpy/lib/_datasource.py b/numpy/lib/_datasource.py index 4bfbf0ac4..957e7cb18 100644 --- a/numpy/lib/_datasource.py +++ b/numpy/lib/_datasource.py @@ -176,12 +176,11 @@ class DataSource (object): Examples -------- - :: >>> ds = DataSource('/home/guido') >>> urlname = 'http://www.google.com/index.html' - >>> gfile = ds.open('http://www.google.com/index.html') # open remote file + >>> gfile = ds.open('http://www.google.com/index.html') # remote file >>> ds.abspath(urlname) '/home/guido/www.google.com/site/index.html' -- cgit v1.2.1