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>
This commit is contained in:
parent
a9fd061212
commit
15943fa757
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ data types.")
|
||||||
((#:configure-flags flags '())
|
((#:configure-flags flags '())
|
||||||
`(cons "--with-pydebug" ,flags))))
|
`(cons "--with-pydebug" ,flags))))
|
||||||
(synopsis
|
(synopsis
|
||||||
"High-level, dynamically-typed programming language (for debugging)")
|
"Python with the debug hooks enabled")
|
||||||
(description
|
(description
|
||||||
"This variant of Python provides an interpreter built with
|
"This variant of Python provides an interpreter built with
|
||||||
@code{--with-pydebug} to help develop and debug extensions. See
|
@code{--with-pydebug} to help develop and debug extensions. See
|
||||||
|
|
Reference in a new issue