mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: julia-ellipsisnotation: Fix typo in synopsis.
* gnu/packages/julia-xyz.scm (julia-ellipsisnotation)[synopsis]: Fix ‘elipsis’ typo.
This commit is contained in:
parent
499b57e7eb
commit
69437fa88a
1 changed files with 1 additions and 1 deletions
|
@ -1650,7 +1650,7 @@ (define-public julia-ellipsisnotation
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-arrayinterface))
|
(list julia-arrayinterface))
|
||||||
(home-page "https://github.com/ChrisRackauckas/EllipsisNotation.jl")
|
(home-page "https://github.com/ChrisRackauckas/EllipsisNotation.jl")
|
||||||
(synopsis "Elipsis notation implementation")
|
(synopsis "Ellipsis notation implementation")
|
||||||
(description "This implements the notation @code{..} for indexing arrays.
|
(description "This implements the notation @code{..} for indexing arrays.
|
||||||
It's similar to the Python @code{...} in that it means \"all of the columns
|
It's similar to the Python @code{...} in that it means \"all of the columns
|
||||||
before (or after)\".")
|
before (or after)\".")
|
||||||
|
|
Loading…
Reference in a new issue