[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50692] [PATCH v2] gnu: Fix formatting of python-nbconvert descripti
From: |
Jack Hill |
Subject: |
[bug#50692] [PATCH v2] gnu: Fix formatting of python-nbconvert description. |
Date: |
Tue, 16 Nov 2021 23:35:09 -0500 |
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(-)
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:
--
2.33.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#50692] [PATCH v2] gnu: Fix formatting of python-nbconvert description.,
Jack Hill <=