me
/
guix
Archived
1
0
Fork 0

gnu: python-debug: Improve synopsis.

* gnu/packages/python.scm (python-debug) [synopsis]: Update.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
jgart 2022-06-26 17:09:38 -05:00 committed by Maxim Cournoyer
parent a9fd061212
commit 15943fa757
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ data types.")
((#:configure-flags flags '())
`(cons "--with-pydebug" ,flags))))
(synopsis
"High-level, dynamically-typed programming language (for debugging)")
"Python with the debug hooks enabled")
(description
"This variant of Python provides an interpreter built with
@code{--with-pydebug} to help develop and debug extensions. See