This commit is contained in:
agnewee 2017-12-23 18:15:00 +08:00
commit 3004868499
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ System
>>> from pydu.cmd import chcp
>>> chcp(437)
<ctive code page number: 437>
<active code page number: 437>
>>> with chcp(437):
... pass
>>>