summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 13:28:22 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 13:35:01 -0700
commitcc24c4cb12abbd777e7f0a79dd4c052b5f4d157d (patch)
tree76538cee86ae4cd5549fa9cdccccda72504b5ae1 /gnu
parentbf052724599a9da7fa66a380fc6c2c00369b0c99 (diff)
downloadguix-cc24c4cb12abbd777e7f0a79dd4c052b5f4d157d.tar.gz
gnu: shogun: Fix grammar of "allows to combine" to "combines".
* gnu/packages/machine-learning (shogun): Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/machine-learning.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 3e32b3cfff..9a88b53415 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -570,8 +570,8 @@ optimizing, and searching weighted finite-state transducers (FSTs).")
     (synopsis "Machine learning toolbox")
     (description
      "The Shogun Machine learning toolbox provides a wide range of unified and
-efficient Machine Learning (ML) methods.  The toolbox seamlessly allows to
-combine multiple data representations, algorithm classes, and general purpose
+efficient Machine Learning (ML) methods.  The toolbox seamlessly
+combines multiple data representations, algorithm classes, and general purpose
 tools.  This enables both rapid prototyping of data pipelines and extensibility
 in terms of new algorithms.")
     (license license:gpl3+)))