diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2024-04-11 14:13:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 14:13:53 (GMT) |
commit | be82058064f34f3f3b9736927da2d3057838e70c (patch) | |
tree | ab75faf74c9b041186da787e005b230e7e1e1df5 | |
parent | 044dc496e06843cd3eb30a32f34d9d080635875a (diff) | |
download | cpython-be82058064f34f3f3b9736927da2d3057838e70c.zip cpython-be82058064f34f3f3b9736927da2d3057838e70c.tar.gz cpython-be82058064f34f3f3b9736927da2d3057838e70c.tar.bz2 |
Fix markup of `win32_ver` in `platform.rst` (#116492)
-rw-r--r-- | Doc/library/platform.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 069dab7..66af37e 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -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. |