Skip to content

Commit 1f230f2

Browse files
committed
re-flow strings to improve formatting
1 parent 6381470 commit 1f230f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/platform.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,9 +1479,9 @@ def _parse_args(args: list[str] | None):
14791479
"--nonaliased",
14801480
dest="aliased",
14811481
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"),
1482+
help=("disable system/OS name aliasing. If aliasing is enabled, "
1483+
"some platforms will report system names which differ from "
1484+
"their common names, e.g. SunOS will be reported as Solaris"),
14851485
)
14861486

14871487
return parser.parse_args(args)

0 commit comments

Comments
 (0)