mirror of https://github.com/flaggo/pydu.git
fix system doc typo
This commit is contained in:
parent
a7f7134845
commit
6c2fb2a7da
|
@ -134,7 +134,7 @@ System
|
||||||
|
|
||||||
>>> from pydu.cmd import chcp
|
>>> from pydu.cmd import chcp
|
||||||
>>> chcp(437)
|
>>> chcp(437)
|
||||||
<ctive code page number: 437>
|
<active code page number: 437>
|
||||||
>>> with chcp(437):
|
>>> with chcp(437):
|
||||||
... pass
|
... pass
|
||||||
>>>
|
>>>
|
||||||
|
|
Loading…
Reference in New Issue