Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1935f32

Browse files
committed
printenv: Shorten an excessively long line of code
1 parent b4a3150 commit 1935f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/printenv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def printenv(opts, var_names: list[str]):
2727
if __name__ == "__main__":
2828
parser = OptionParser(
2929
usage="Usage: %prog [OPTION] [VARIABLE]...",
30-
description="Print VARIABLE(s) or all environment variables, and their corresponding values.",
30+
description="Print VARIABLE(s) or all environment variables, and their values.",
3131
add_help_option=False,
3232
)
3333
parser.add_option("--help", action="help", help="show usage information and exit")

0 commit comments

Comments
 (0)