Extensions: minor improvements to doc-strings

This commit is contained in:
Campbell Barton
2024-03-14 20:01:52 +11:00
parent 8a01d114b3
commit 3cacffb6c1
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ def generic_arg_package_list_positional(subparse):
dest="packages",
type=str,
help=(
"The packages to operate on (separated by \",\" without spaces)."
"The packages to operate on (separated by ``,`` without spaces)."
),
)