diff mbox series

[bug#50692,v2] gnu: Fix formatting of python-nbconvert description.

Message ID 20211117043509.15582-1-jackhill@jackhill.us
State Accepted
Headers show
Series [bug#50692,v2] gnu: Fix formatting of python-nbconvert description. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Jack Hill Nov. 17, 2021, 4:35 a.m. UTC
From: raingloom <raingloom@riseup.net>

* gnu/packages/python-xyz (python-nbconvert)[description]: Fix
  formatting.
---

Note from Jack Hill <jackhill@jackhill.us>: This patch does indeed fix
the formatting of the description of python-nbconvert. For some reason,
the original patch didn't apply for me, so I re-created it.

 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Maxim Cournoyer June 23, 2022, 3:39 p.m. UTC | #1
Hi,

Jack Hill <jackhill@jackhill.us> writes:

> From: raingloom <raingloom@riseup.net>
>
> * gnu/packages/python-xyz (python-nbconvert)[description]: Fix
>   formatting.

Applied, thanks!

Maxim
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f32c322c0a..6b465b6061 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12107,7 +12107,7 @@  (define-public python-nbconvert
        ("python-tornado" ,python-tornado-6)))
     (home-page "https://jupyter.org")
     (synopsis "Converting Jupyter Notebooks")
-    (description "The @code{nbconvert} tool, @{jupyter nbconvert}, converts
+    (description "The @code{nbconvert} tool, @code{jupyter nbconvert}, converts
 notebooks to various other formats via Jinja templates.  It allows you to
 convert an @code{.ipynb} notebook file into various static formats including: