We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
win32_ver
platform.rst
1 parent 044dc49 commit be82058Copy full SHA for be82058
Doc/library/platform.rst
@@ -219,8 +219,8 @@ Windows Platform
219
default to an empty string).
220
221
As a hint: *ptype* is ``'Uniprocessor Free'`` on single processor NT machines
222
- and ``'Multiprocessor Free'`` on multi processor machines. The *'Free'* refers
223
- 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'``
224
which means the OS version uses debugging code, i.e. code that checks arguments,
225
ranges, etc.
226
0 commit comments