We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df39edb commit c6551a5Copy full SHA for c6551a5
luigi/target.py
@@ -213,7 +213,7 @@ def __init__(self, path):
213
"""
214
Initializes a FileSystemTarget instance.
215
216
- :param str path: the path associated with this FileSystemTarget.
+ :param path: the path associated with this FileSystemTarget.
217
218
# cast to str to allow path to be objects like pathlib.PosixPath and py._path.local.LocalPath
219
self.path = str(path)
0 commit comments