summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-07-22 01:09:14 +0200
committerMarius Bakke <marius@gnu.org>2022-07-22 01:09:14 +0200
commit9044b086ddca64a62966a83cbf1b82d32dece89e (patch)
tree2c7f910c9100b2f2a752d07fe0ec44be83fb7600 /gnu/packages/python.scm
parent5dfc6ab1ab292b87ceea144aa661d0e64c834031 (diff)
parentabea091dbef2d44e6eb46bd2413bdf917e14d095 (diff)
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 699af0d897c..3ae363b8303 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -618,7 +618,7 @@ data types.")
618 ((#:configure-flags flags '()) 618 ((#:configure-flags flags '())
619 `(cons "--with-pydebug" ,flags)))) 619 `(cons "--with-pydebug" ,flags))))
620 (synopsis 620 (synopsis
621 "High-level, dynamically-typed programming language (for debugging)") 621 "Python with the debug hooks enabled")
622 (description 622 (description
623 "This variant of Python provides an interpreter built with 623 "This variant of Python provides an interpreter built with
624@code{--with-pydebug} to help develop and debug extensions. See 624@code{--with-pydebug} to help develop and debug extensions. See