summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 14:35:14 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 14:43:48 -0700
commit4d72d02b8a1a83a0fa6cc4e332e7fae63f683c49 (patch)
treebf880820db513e85db2324dcc582d9551d03c36a
parentd6d4283ac7164882d9790ab19910123da477ba7f (diff)
gnu: python-paramunittest: Fix spelling and grammar.
* gnu/packages/check (python-paramunittest): Fix spelling of "parameterized". Fix grammar "allows to create" to "creates".
-rw-r--r--gnu/packages/check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 2cfaddbc5f1..d83e4b448b1 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1894,8 +1894,8 @@ possible to write plugins to add your own checks.")
1894 (synopsis 1894 (synopsis
1895 "Simple extension to have parametrized unit tests") 1895 "Simple extension to have parametrized unit tests")
1896 (description 1896 (description
1897 "This package allows to create parametrized unit-tests that work with the standard 1897 "This package creates parameterized unit-tests that work with the standard
1898unittest package. A parametrized test case is automatically converted to multiple test 1898unittest package. A parameterized test case is automatically converted to multiple test
1899cases. Since they are TestCase subclasses, they work with other test suites that 1899cases. Since they are TestCase subclasses, they work with other test suites that
1900recognize TestCases.") 1900recognize TestCases.")
1901 (license license:bsd-2))) 1901 (license license:bsd-2)))