File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
387388You can also pass one or more positional arguments (``terse ``, ``nonaliased ``)
388389to explicitly control the output format. These behave similarly to their
You can’t perform that action at this time.
0 commit comments