https://github.com/python/cpython/commit/a4541a60807af2166811e01437477efcbf9d7b86 commit: a4541a60807af2166811e01437477efcbf9d7b86 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-04-11T14:20:29Z summary:
[3.12] Fix markup of `win32_ver` in `platform.rst` (GH-116492) (#117753) Co-authored-by: Nikita Sobolev <[email protected]> files: M Doc/library/platform.rst diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index ec2a7ebd5d6e0b..e0c539fa3da084 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
