mirror of
https://github.com/python/cpython.git
synced 2025-09-14 12:46:49 +00:00
Fix markup of win32_ver
in platform.rst
(#116492)
This commit is contained in:
parent
044dc496e0
commit
be82058064
1 changed files with 2 additions and 2 deletions
|
@ -219,8 +219,8 @@ Windows Platform
|
||||||
default to an empty string).
|
default to an empty string).
|
||||||
|
|
||||||
As a hint: *ptype* is ``'Uniprocessor Free'`` on single processor NT machines
|
As a hint: *ptype* is ``'Uniprocessor Free'`` on single processor NT machines
|
||||||
and ``'Multiprocessor Free'`` on multi processor machines. The *'Free'* refers
|
and ``'Multiprocessor Free'`` on multi processor machines. The ``'Free'`` refers
|
||||||
to the OS version being free of debugging code. It could also state *'Checked'*
|
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,
|
which means the OS version uses debugging code, i.e. code that checks arguments,
|
||||||
ranges, etc.
|
ranges, etc.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue