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
@ -1650,7 +1650,7 @@ combinations of dual numbers with predefined Julia numeric types.")
|
|||||||
(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…
x
Reference in New Issue
Block a user