Skip to content

Commit c6551a5

Browse files
kmaorkTarrasch
authored andcommitted
removed wrong type of Target.__init__ path arg from doc
1 parent df39edb commit c6551a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luigi/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def __init__(self, path):
213213
"""
214214
Initializes a FileSystemTarget instance.
215215
216-
:param str path: the path associated with this FileSystemTarget.
216+
:param path: the path associated with this FileSystemTarget.
217217
"""
218218
# cast to str to allow path to be objects like pathlib.PosixPath and py._path.local.LocalPath
219219
self.path = str(path)

0 commit comments

Comments
 (0)