summaryrefslogtreecommitdiffstats
path: root/Doc/library/platform.rst
diff options
context:
space:
mode:
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>2022-06-09 13:55:06 (GMT)
committerGitHub <noreply@github.com>2022-06-09 13:55:06 (GMT)
commita5ba0f4ebca5020f6c77718a20663e0ac6e194ac (patch)
tree955d4afbe49793d5fc3310741bc25f239963e901 /Doc/library/platform.rst
parenta365dd64c2a1f0d142540d5031003f24986f489f (diff)
downloadcpython-a5ba0f4ebca5020f6c77718a20663e0ac6e194ac.zip
cpython-a5ba0f4ebca5020f6c77718a20663e0ac6e194ac.tar.gz
cpython-a5ba0f4ebca5020f6c77718a20663e0ac6e194ac.tar.bz2
Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791)
Diffstat (limited to 'Doc/library/platform.rst')
-rw-r--r--Doc/library/platform.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst
index 346063d..dc2d871 100644
--- a/Doc/library/platform.rst
+++ b/Doc/library/platform.rst
@@ -53,7 +53,7 @@ Cross Platform
.. function:: machine()
- Returns the machine type, e.g. ``'i386'``. An empty string is returned if the
+ Returns the machine type, e.g. ``'AMD64'``. An empty string is returned if the
value cannot be determined.