From 820b073a7d04a73547e7feb9a4752dd00a0a8514 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 29 Dec 2021 22:26:38 -0800 Subject: gnu: python-plotly: Fix trailing whitespace in description. * gnu/packages/graph.scm (python-plotly)[description]: Fix trailing whitespace. --- gnu/packages/graph.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3