Skip to content

Commit

Permalink
Fix EncodingWarning in doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 25, 2023
1 parent 885d0e7 commit 31f58cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class Path:
Read text:
>>> c.read_text()
>>> c.read_text(encoding='utf-8')
'content of c'
existence:
Expand Down

0 comments on commit 31f58cd

Please # to comment.