diff options
author | raingloom <raingloom@riseup.net> | 2021-11-16 23:35:09 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-06-23 11:36:23 -0400 |
commit | 80ba78ab98b405dc0a6c2703584a6737dcd209ee (patch) | |
tree | 600d7b6e64365a8916fdd409fafbb4217eeb66e7 | |
parent | 3611f99affc4d2edcf4141e3022dd0d2a0b04068 (diff) | |
download | guix-80ba78ab98b405dc0a6c2703584a6737dcd209ee.tar.gz guix-80ba78ab98b405dc0a6c2703584a6737dcd209ee.zip |
gnu: Fix formatting of python-nbconvert description.
* gnu/packages/python-xyz (python-nbconvert)[description]: Fix
formatting.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 84040a2e3f..a2178bf5d5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13089,7 +13089,7 @@ time.") texlive-zapfding)))) (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: |