]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix markup of `win32_ver` in `platform.rst` (GH-116492) (#117753)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Apr 2024 14:20:29 +0000 (16:20 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2024 14:20:29 +0000 (14:20 +0000)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Doc/library/platform.rst

index ec2a7ebd5d6e0b1af537309f1a1b512131497ceb..e0c539fa3da084930eda336d896d4f53e6eab330 100644 (file)
@@ -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.