[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-sphinxcontrib-htmlhelp: Fix typo.
From: |
guix-commits |
Subject: |
01/01: gnu: python-sphinxcontrib-htmlhelp: Fix typo. |
Date: |
Mon, 23 Sep 2019 15:29:32 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit 35fc0f4cd3387d45751a2c8a888a70e073aac348
Author: Vagrant Cascadian <address@hidden>
Date: Mon Sep 23 12:28:26 2019 -0700
gnu: python-sphinxcontrib-htmlhelp: Fix typo.
* gnu/packages/sphinx (python-sphinxcontrib-htmlhelp)[synopsis]: Fix
spelling
of "extension".
---
gnu/packages/sphinx.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 9bd1e8d..da7492c 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -216,7 +216,7 @@ to code blocks.")
(arguments
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
(home-page "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp")
- (synopsis "Sphinx exension for rendering HTML help files")
+ (synopsis "Sphinx extension for rendering HTML help files")
(description
"@code{sphinxcontrib-htmlhelp} is a Sphinx extension which renders
HTML help files.")