Skip to content

Commit f214376

Browse files
committed
Addendum to last commit. Removed duplicate xml id
1 parent 7259324 commit f214376

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
@@ -250,7 +250,7 @@
250250
Next, we will create a <c>FileWriter</c> object. Let's call it <c>myWriter</c>. The equivalent Python code to this operation is:
251251
</p>
252252

253-
<program xml:id="write-and-close-python" language="python">
253+
<program xml:id="filerwriter-object-python" language="python">
254254
with open("myfile.txt", "w") as myWriter:
255255
</program>
256256

0 commit comments

Comments
 (0)