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.
1 parent 6381470 commit 1f230f2Copy full SHA for 1f230f2
Lib/platform.py
@@ -1479,9 +1479,9 @@ def _parse_args(args: list[str] | None):
1479
"--nonaliased",
1480
dest="aliased",
1481
action="store_false",
1482
- help=("disable system/ OS name aliasing. If aliasing is enabled, some "
1483
- "platforms will report system names which differ from their common "
1484
- "names, e.g. SunOS will be reported as Solaris"),
+ help=("disable system/OS name aliasing. If aliasing is enabled, "
+ "some platforms will report system names which differ from "
+ "their common names, e.g. SunOS will be reported as Solaris"),
1485
)
1486
1487
return parser.parse_args(args)
0 commit comments