We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f9da7 commit ca74b5bCopy full SHA for ca74b5b
1 file changed
files.md
@@ -303,7 +303,7 @@ don't contain backslashes we don't need to double anything or use
303
Doing things like `open('C:\\Users\\me\\myfile.txt', 'r')` is not
304
recommended because the code needs to be modified if someone wants to
305
run the program on a different computer that doesn't have a
306
-`C:\Users\me` folder.
+`C:\Users\me` folder. Just use `open('myfile.txt', 'r')`.
307
308
## Examples
309
0 commit comments