reworded keword comments

This commit is contained in:
Jonathan Shimwell 2019-02-13 11:53:50 +00:00
parent 866e75a841
commit 02205aa336

View file

@ -16,8 +16,7 @@ def download(url, checksum=None, **kwargs):
URL from which to download
checksum : str or None
MD5 checksum to check against
**kwargs : dict
Keyword arguments passed to :func:urllib.request.urlopen
Keyword arguments passed to :func:urllib.request.urlopen
Returns
-------