[3.13] gh-123492: Remove unnecessary :func: parentheses (gh-123493) (#123513)

This commit is contained in:
Wei-Hsiang (Matt) Wang 2024-08-31 01:14:48 +08:00 committed by GitHub
parent 8ef277e5e9
commit 9f5f2b7128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
75 changed files with 151 additions and 151 deletions

View file

@ -1025,7 +1025,7 @@ conflict.
'surrogatepass' are used.
This may also be enabled at runtime with
:func:`sys._enablelegacywindowsfsencoding()`.
:func:`sys._enablelegacywindowsfsencoding`.
.. availability:: Windows.

View file

@ -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