doc: document possible return values of os.arch()

This commit is contained in:
Maciej Małecki 2013-07-26 23:48:57 +02:00 committed by isaacs
parent 7d654be627
commit d713db245b

View File

@ -28,7 +28,8 @@ Returns the operating system platform.
## os.arch()
Returns the operating system CPU architecture.
Returns the operating system CPU architecture. Possible values are `"x64"`,
`"arm"` and `"ia32"`.
## os.release()