diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:26:38 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:48:45 -0800 |
commit | 820b073a7d04a73547e7feb9a4752dd00a0a8514 (patch) | |
tree | a7d00707788038558ddbc4162310044ea011e386 /gnu/packages/graph.scm | |
parent | 35ca815ede5141deae9135adaba64743c5009b66 (diff) | |
download | guix-820b073a7d04a73547e7feb9a4752dd00a0a8514.tar.gz |
gnu: python-plotly: Fix trailing whitespace in description.
* gnu/packages/graph.scm (python-plotly)[description]: Fix trailing whitespace.
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r-- | gnu/packages/graph.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index 084fdf8c90..c48301ca35 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -204,7 +204,7 @@ lines.") (description "Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, -subplots, multiple-axes, polar charts, and bubble charts. ") +subplots, multiple-axes, polar charts, and bubble charts.") (license license:expat))) (define-public python-plotly-2.4.1 |