From 4d9138e3ef76ce300f054a8cb07b1a2327b35a83 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 14 Sep 2019 01:06:50 -0400 Subject: lots of small documentation updates, mostly around making sure parameters are consistent and typed properly --- python/filemetadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/filemetadata.py') diff --git a/python/filemetadata.py b/python/filemetadata.py index f95c1142..3f957e10 100644 --- a/python/filemetadata.py +++ b/python/filemetadata.py @@ -76,7 +76,7 @@ class FileMetadata(object): """ Instantiates a new FileMetadata class. - :param filename: The string path to the file to be opened. Defaults to None. + :param str filename: The string path to the file to be opened. Defaults to None. :param handle: A handle to the underlying C FileMetadata object. Defaults to None. """ if handle is not None: -- cgit v1.3.1