Skip to content

Commit 3f6e530

Browse files
sumpygumppicnixz
andauthored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 8499009 commit 3f6e530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ def main():
962962
default="uuid4",
963963
help="function to generate the UUID")
964964
parser.add_argument("-n", "--namespace",
965-
metavar=f"{{any UUID,{','.join(namespaces.keys())}}}",
965+
metavar=f"{{any UUID,{','.join(namespaces)}}}",
966966
help="uuid3/uuid5 only: "
967967
"a UUID, or a well-known predefined UUID addressed "
968968
"by namespace name")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fix usage for :mod:`uuid` command line interface to support a custom namespace be
1+
Fix usage for :mod:`uuid` command-line interface to support a custom namespace be
22
provided for uuid3 and uuid5.

0 commit comments

Comments
 (0)