gnu: python-sphinxcontrib-htmlhelp: Fix typo.

* gnu/packages/sphinx (python-sphinxcontrib-htmlhelp)[synopsis]: Fix spelling
  of "extension".
This commit is contained in:
Vagrant Cascadian 2019-09-23 12:28:26 -07:00
parent 90c40ea209
commit 35fc0f4cd3
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ to code blocks.")
(arguments (arguments
`(#:tests? #f)) ;XXX: circular dependency on Sphinx `(#:tests? #f)) ;XXX: circular dependency on Sphinx
(home-page "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp") (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 (description
"@code{sphinxcontrib-htmlhelp} is a Sphinx extension which renders "@code{sphinxcontrib-htmlhelp} is a Sphinx extension which renders
HTML help files.") HTML help files.")