We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9109324 commit 30773c9Copy full SHA for 30773c9
src/dda/env/dev/interface.py
@@ -188,7 +188,7 @@ def import_path(
188
This method imports a file or directory from the host filesystem into the developer environment.
189
190
Parameters:
191
- sources: The path to the file/directory on the host filesystem to import.
+ source: The path to the file/directory on the host filesystem to import.
192
destination: The destination directory in the developer environment.
193
"""
194
raise NotImplementedError
0 commit comments