8000 Fix markup of `win32_ver` in `platform.rst` (#116492) · python/cpython@be82058 · GitHub
[go: up one dir, main page]

Skip to content

Commit be82058

Browse files
authored
Fix markup of win32_ver in platform.rst (#116492)
1 parent 044dc49 commit be82058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/platform.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ Windows Platform
219219
default to an empty string).
220220

221221
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'*
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'``
224224
which means the OS version uses debugging code, i.e. code that checks arguments,
225225
ranges, etc.
226226

0 commit comments

Comments
 (0)
0