summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-06-07 19:49:15 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-06-07 19:49:15 +0300
commit2b51fef4d6d35aadd6e9e0423c072e7c2481b6e7 (patch)
tree61558bbabfc00b391198079f55d7f9125ff33674
parent834f775a88ad29edbf3db2a374def9aa3037a4b6 (diff)
doc: Remove stray word.
* doc/guix.texi (Invoking guix shell): Remove stray word. Reported by postroutine on IRC. Change-Id: Ia3568712742c66ee57cef9e2a8eeb37dc785484e
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index a9930d01e6b..c624c497d2a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6536,7 +6536,7 @@ language package should be included in the shell invocation.
6536 6536
6537@quotation Note 6537@quotation Note
6538@cindex shebang, for @command{guix shell} 6538@cindex shebang, for @command{guix shell}
6539@command{guix shell} can be also be used as a script interpreter, also 6539@command{guix shell} can also be used as a script interpreter, also
6540known as @dfn{shebang}. Here is an example self-contained Python script 6540known as @dfn{shebang}. Here is an example self-contained Python script
6541making use of this feature: 6541making use of this feature:
6542 6542