From 02205aa336e2b8f869c1ec50efaee8a867ca8a8f Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Wed, 13 Feb 2019 11:53:50 +0000 Subject: [PATCH] reworded keword comments --- openmc/_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openmc/_utils.py b/openmc/_utils.py index e5fc4be991..15781282c2 100644 --- a/openmc/_utils.py +++ b/openmc/_utils.py @@ -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 -------