]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup of `win32_ver` in `platform.rst` (#116492)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 11 Apr 2024 14:13:53 +0000 (17:13 +0300)
committerGitHub <noreply@github.com>
Thu, 11 Apr 2024 14:13:53 +0000 (17:13 +0300)
Doc/library/platform.rst

index 069dab791dcbe54304ba1637bd072dbe56bf5ecc..66af37e30738521ded9fda9b4788cda9329d530e 100644 (file)
@@ -219,8 +219,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.