diff options
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 3d320e9c70..e53fa97c9b 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2274,7 +2274,7 @@ failures.") (home-page "https://github.com/ktosiek/pytest-freezegun") (synopsis "Pytest plugin to freeze time in test fixtures") (description "The @code{pytest-freezegun} plugin wraps tests and fixtures -with @code{freeze_time}, which allows to control (i.e., freeze) the time seen +with @code{freeze_time}, which controls (i.e., freeze) the time seen by the test.") (license license:expat))) |