From 46cf89e639fe18d95f3a88b8a69b3590eae25cdb Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 8 Mar 2024 11:58:36 +0300 Subject: [PATCH] Fix markup of `win32_ver` in `platform.rst` --- Doc/library/platform.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 4bc3956449b930..7728b7119c3449 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -214,8 +214,8 @@ Windows Platform default to an empty string). As a hint: *ptype* is ``'Uniprocessor Free'`` on single processor NT machines - and ``'Multiprocessor Free'`` on multi processor machines. The *'Free'* refers - to the OS version being free of debugging code. It could also state *'Checked'* + and ``'Multiprocessor Free'`` on multi processor machines. The ``'Free'`` refers + to the OS version being free of debugging code. It could also state ``'Checked'`` which means the OS version uses debugging code, i.e. code that checks arguments, ranges, etc.