Skip to content

Commit 0ea145d

Browse files
authored
Update CLI.md
More doc fixes.
1 parent 162285a commit 0ea145d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ These arguments are deprecated but still work:
9292
**A note on path names:** On Windows systems, you may run into
9393
problems when passing the dream script standard backslashed path
9494
names because the Python interpreter treats "\" as an escape.
95-
You can either double your slashes (ick): C:\\path\\to\\my\\file, or
95+
You can either double your slashes (ick): C:\\\\path\\\\to\\\\my\\\\file, or
9696
use Linux/Mac style forward slashes (better): C:/path/to/my/file.
9797

9898
## List of prompt arguments

0 commit comments

Comments
 (0)