Commit acf6c303 authored by Yingjie Xu's avatar Yingjie Xu

Make documentation consistent with code.

parent 5ce5bc98
......@@ -202,7 +202,7 @@ class NetworkcacheClient(object):
def select(self, key):
''' Download a file from shacache by selecting the entry in shadir
Raise DirectoryNotFound if multiple files are found.
Raise DirectoryNotFound if no trustable file is found.
'''
url = os.path.join(self.shadir_url, key)
request = urllib2.Request(url=url, data=None,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment