Skip to content

Commit dea95f7

Browse files
committed
Fix func link
1 parent a0de96c commit dea95f7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/platform.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,12 +377,13 @@ The following options are accepted:
377377
.. option:: --terse
378378

379379
Print terse information about the platform. This is equivalent to
380-
calling :func:`platform` with the *terse* argument set to ``True``.
380+
calling :func:`platform.platform` with the *terse* argument set to ``True``.
381381

382382
.. option:: --nonaliased
383383

384-
Print information without system/OS name aliasing. This is equivalent to
385-
calling :func:`platform` with the *aliased* argument set to ``True``.
384+
Print platform information without system/OS name aliasing. This is
385+
equivalent to calling :func:`platform.platform` with the *aliased* argument
386+
set to ``True``.
386387

387388
You can also pass one or more positional arguments (``terse``, ``nonaliased``)
388389
to explicitly control the output format. These behave similarly to their

0 commit comments

Comments
 (0)