aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2024-11-19 20:23:38 +0000
committerLudovic Courtès <ludo@gnu.org>2025-02-28 23:03:36 +0100
commitbe6172d0064cad8cf8f7e148b9dc5638133f0ccd (patch)
treed23be25d282aac3fbc9ca0ba0dfaa334a2bfa32c
parent6f6a008bb14814b6c6bc3c19935814b34acee129 (diff)
downloadguix-be6172d0064cad8cf8f7e148b9dc5638133f0ccd.tar.gz
guix-be6172d0064cad8cf8f7e148b9dc5638133f0ccd.zip
gnu, teams: Fix typos.
* etc/teams.scm: Remove miscopied comment. * gnu/packages/python-web.scm, gnu/packages/python-xyz.scm: Fix spelling. Change-Id: I1d7aea5804c1216a5f43d19f10772861c5d673bd
-rwxr-xr-xetc/teams.scm1
-rw-r--r--gnu/packages/python-web.scm2
-rw-r--r--gnu/packages/python-xyz.scm2
3 files changed, 2 insertions, 3 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index 33730155a0..4f0873c3d2 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -123,7 +123,6 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@"
#:scope
(list "gnu/packages/django.scm"
"gnu/packages/jupyter.scm"
- ;; Match haskell.scm and haskell-*.scm.
(make-regexp* "^gnu/packages/python(-.+|)\\.scm$")
"gnu/packages/sphinx.scm"
"gnu/packages/tryton.scm"
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index dc6a21be55..fd921c7787 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5088,7 +5088,7 @@ opt.override_default_trust_store_from_path(None, os.getenv('SSL_CERT_FILE')) if
#~(list "--numprocesses" (number->string (parallel-job-count))
;; Tests require networking.
"--ignore" "tests/integration"
- ;; It strugles to set PYTHONPATH.
+ ;; It struggles to set PYTHONPATH.
;;
;; AssertionError: 'argument operation: Invalid choice, valid
;; choices are:' not found in '
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c00a54066b..ece0705291 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20699,7 +20699,7 @@ browser from Python.")
(list
#:test-flags
#~(list "--numprocesses" (number->string (min (parallel-job-count) 8))
- ;; It strugles to find 'botocore'.
+ ;; It struggles to find 'botocore'.
"--ignore" "tests/functional/leak/test_resource_leaks.py"
;; Tests require networking.
"--ignore" "tests/integration")))