summaryrefslogtreecommitdiff
path: root/python/filemetadata.py
diff options
context:
space:
mode:
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: