From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:20:29 +0000 (+0200) Subject: [3.12] Fix markup of `win32_ver` in `platform.rst` (GH-116492) (#117753) X-Git-Tag: v3.12.4~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4541a60807af2166811e01437477efcbf9d7b86;p=thirdparty%2FPython%2Fcpython.git [3.12] Fix markup of `win32_ver` in `platform.rst` (GH-116492) (#117753) Co-authored-by: Nikita Sobolev --- diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index ec2a7ebd5d6e..e0c539fa3da0 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -210,8 +210,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.