Skip to content

Commit ca74b5b

Browse files
committed
tell what 2 do instead
1 parent 42f9da7 commit ca74b5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ don't contain backslashes we don't need to double anything or use
303303
Doing things like `open('C:\\Users\\me\\myfile.txt', 'r')` is not
304304
recommended because the code needs to be modified if someone wants to
305305
run the program on a different computer that doesn't have a
306-
`C:\Users\me` folder.
306+
`C:\Users\me` folder. Just use `open('myfile.txt', 'r')`.
307307

308308
## Examples
309309

0 commit comments

Comments
 (0)