summaryrefslogtreecommitdiff
path: root/python/filemetadata.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-09-14 01:06:50 -0400
committerJordan Wiens <jordan@psifertex.com>2019-09-14 01:06:50 -0400
commit4d9138e3ef76ce300f054a8cb07b1a2327b35a83 (patch)
tree9e861d3ab7c5f498529bf7f5a830bd9991ae6a55 /python/filemetadata.py
parentbfb25cec540d6b621273e1a726e4866c398d4868 (diff)
lots of small documentation updates, mostly around making sure parameters are consistent and typed properly
Diffstat (limited to 'python/filemetadata.py')
-rw-r--r--python/filemetadata.py2
1 files changed, 1 insertions, 1 deletions
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: