diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 1bdeb186fd6179..8da76b568e61d2 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -56,6 +56,8 @@ Cross platform Returns the machine type, e.g. ``'AMD64'``. An empty string is returned if the value cannot be determined. + The output is platform-dependent and may differ in casing and naming conventions. + .. function:: node()