diff options
| author | jgart <jgart@dismail.de> | 2022-06-26 17:09:38 -0500 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-08 09:33:12 -0400 |
| commit | 15943fa75788edb8d9ed1c3d8d320f50d21e4baa (patch) | |
| tree | 9f75f6e8e9ee58872c4dcd623c718fb724a38bcf /gnu/packages/python.scm | |
| parent | a9fd06121240c78071a398dd1e0ddb47553f3809 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ad475d8acc3..4fcee28ba3c 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -617,7 +617,7 @@ data types.") | |||
| 617 | ((#:configure-flags flags '()) | 617 | ((#:configure-flags flags '()) |
| 618 | `(cons "--with-pydebug" ,flags)))) | 618 | `(cons "--with-pydebug" ,flags)))) |
| 619 | (synopsis | 619 | (synopsis |
| 620 | "High-level, dynamically-typed programming language (for debugging)") | 620 | "Python with the debug hooks enabled") |
| 621 | (description | 621 | (description |
| 622 | "This variant of Python provides an interpreter built with | 622 | "This variant of Python provides an interpreter built with |
| 623 | @code{--with-pydebug} to help develop and debug extensions. See | 623 | @code{--with-pydebug} to help develop and debug extensions. See |
