gnu: python-paramunittest: Fix spelling and grammar.
authorVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 21:35:14 +0000 (14:35 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sun, 12 Apr 2020 21:43:48 +0000 (14:43 -0700)
* gnu/packages/check (python-paramunittest): Fix spelling of "parameterized".
  Fix grammar "allows to create" to "creates".

gnu/packages/check.scm

index 2cfaddb..d83e4b4 100644 (file)
@@ -1894,8 +1894,8 @@ possible to write plugins to add your own checks.")
     (synopsis
      "Simple extension to have parametrized unit tests")
     (description
-     "This package allows to create parametrized unit-tests that work with the standard
-unittest package.  A parametrized test case is automatically converted to multiple test
+     "This package creates parameterized unit-tests that work with the standard
+unittest package.  A parameterized test case is automatically converted to multiple test
 cases.  Since they are TestCase subclasses, they work with other test suites that
 recognize TestCases.")
     (license license:bsd-2)))