Skip to content

Commit 30773c9

Browse files
committed
fix(docs): Misnamed parameter
1 parent 9109324 commit 30773c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dda/env/dev/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def import_path(
188188
This method imports a file or directory from the host filesystem into the developer environment.
189189
190190
Parameters:
191-
sources: The path to the file/directory on the host filesystem to import.
191+
source: The path to the file/directory on the host filesystem to import.
192192
destination: The destination directory in the developer environment.
193193
"""
194194
raise NotImplementedError

0 commit comments

Comments
 (0)