[3.12] Fix markup of win32_ver in platform.rst (GH-116492) (#117753)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
Miss Islington (bot) 2024-04-11 16:20:29 +02:00 committed by GitHub
parent 8c1c71ee38
commit a4541a6080
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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.