Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 736295c

Browse files
committed
merge with 3.3
2 parents 4497092 + e47e184 commit 736295c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ like those in :meth:`str.encode` and :meth:`bytes.decode`.
537537

538538
Reading Unicode from a file is therefore simple::
539539

540-
with open('unicode.rst', encoding='utf-8') as f:
540+
with open('unicode.txt', encoding='utf-8') as f:
541541
for line in f:
542542
print(repr(line))
543543

0 commit comments

Comments
 (0)