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.
os
1 parent 7e915a4 commit bef8478Copy full SHA for bef8478
Doc/library/os.rst
@@ -430,8 +430,8 @@ process and user.
430
associated with the effective user id of the process; the group access
431
list may change over the lifetime of the process, it is not affected by
432
calls to :func:`setgroups`, and its length is not limited to 16. The
433
- deployment target value, :const:`MACOSX_DEPLOYMENT_TARGET`, can be
434
- obtained with :func:`sysconfig.get_config_var`.
+ deployment target value can be obtained with
+ ``sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET')``.
435
436
437
.. function:: getlogin()
0 commit comments