We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8642492 commit b1349c2Copy full SHA for b1349c2
test/test.py
@@ -85,7 +85,7 @@ def test_type_int_detect():
85
86
87
def test_is_windows():
88
- print('操作系统是否为Windows:' + str(utils.is_windows()))
+ print('is windows: ' + str(utils.is_windows()))
89
90
91
if __name__ == "__main__":
0 commit comments