mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: python-plotly: Fix trailing whitespace in description.
* gnu/packages/graph.scm (python-plotly)[description]: Fix trailing whitespace.
This commit is contained in:
parent
35ca815ede
commit
820b073a7d
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ (define-public python-plotly
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue