diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 37df13f8a1eb8c..e5c3ae59f7a858 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()