fix system doc typo

This commit is contained in:
Prodesire 2017-12-23 18:12:53 +08:00
parent a7f7134845
commit 6c2fb2a7da
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
>>>