Skip to content

Commit d02e194

Browse files
committed
Addendum to last commit. Duplicate xml id error was corrected.
1 parent cac4a9e commit d02e194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch8_filehandling.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
The next example is Python code that can be used to delete files. This code cannot be run because importing <c>os</c> is not possible with the technologies used to write this book:
478478
</p>
479479

480-
<program xml:id="delete-file-java" language="python">
480+
<program xml:id="delete-file-python" language="python">
481481
import os
482482
file_name = "myfile.txt"
483483
if os.path.exists(file_name):

0 commit comments

Comments
 (0)