File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -800,8 +800,7 @@ process and user.
800800 single: gethostbyaddr() (in module socket)
801801
802802 Returns information identifying the current operating system.
803- The return value is a :class: `uname_result ` object whose attributes
804- correspond to the members described in :manpage: `uname(2)`.
803+ The return value is a :class: `uname_result `.
805804
806805 On macOS, iOS and Android, this returns the *kernel * name and version (i.e.,
807806 ``'Darwin' `` on macOS and iOS; ``'Linux' `` on Android). :func: `platform.uname `
@@ -824,6 +823,7 @@ process and user.
824823.. class :: uname_result
825824
826825 Name and information about the system returned by :func: `os.uname `.
826+ These attributes correspond to the members described in :manpage: `uname(2)`.
827827
828828 For backwards compatibility, this object is also iterable, behaving
829829 like a five-tuple containing :attr: `~uname_result.sysname `,
You can’t perform that action at this time.
0 commit comments