doc: document possible return values of os.arch()
This commit is contained in:
parent
7d654be627
commit
d713db245b
@ -28,7 +28,8 @@ Returns the operating system platform.
|
|||||||
|
|
||||||
## os.arch()
|
## os.arch()
|
||||||
|
|
||||||
Returns the operating system CPU architecture.
|
Returns the operating system CPU architecture. Possible values are `"x64"`,
|
||||||
|
`"arm"` and `"ia32"`.
|
||||||
|
|
||||||
## os.release()
|
## os.release()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user