Skip to content

Commit 656dfff

Browse files
authored
Update tldr.py : fix lint e131 indent error
1 parent 69d2ed4 commit 656dfff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tldr.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,9 @@ def create_parser() -> ArgumentParser:
522522
choices=['android', 'freebsd', 'linux', 'netbsd', 'openbsd', 'osx', 'sunos',
523523
'windows', 'common'],
524524
metavar='PLATFORM',
525-
help="Override the operating system [android, freebsd, linux, netbsd, openbsd,"
526-
" osx, sunos, windows, common]"
525+
help="Override the operating system "
526+
"[android, freebsd, linux, netbsd, openbsd,"
527+
" osx, sunos, windows, common]"
527528
)
528529

529530
parser.add_argument('-l', '--list',

0 commit comments

Comments
 (0)