mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.13] gh-123492: Remove unnecessary :func:
parentheses (gh-123493) (#123513)
This commit is contained in:
parent
8ef277e5e9
commit
9f5f2b7128
75 changed files with 151 additions and 151 deletions
|
@ -1025,7 +1025,7 @@ conflict.
|
|||
'surrogatepass' are used.
|
||||
|
||||
This may also be enabled at runtime with
|
||||
:func:`sys._enablelegacywindowsfsencoding()`.
|
||||
:func:`sys._enablelegacywindowsfsencoding`.
|
||||
|
||||
.. availability:: Windows.
|
||||
|
||||
|
|
|
@ -53,10 +53,10 @@ the simulator or a physical device.
|
|||
|
||||
Information about the specific runtime environment, including the iOS version,
|
||||
device model, and whether the device is a simulator, can be obtained using
|
||||
:func:`platform.ios_ver()`. :func:`platform.system()` will report ``iOS`` or
|
||||
:func:`platform.ios_ver`. :func:`platform.system` will report ``iOS`` or
|
||||
``iPadOS``, depending on the device.
|
||||
|
||||
:func:`os.uname()` reports kernel-level details; it will report a name of
|
||||
:func:`os.uname` reports kernel-level details; it will report a name of
|
||||
``Darwin``.
|
||||
|
||||
Standard library availability
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue