From ef0915e1db3561b5cde7a2e6c60ef692bad1a2a1 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 6 Aug 2019 15:27:36 +0100 Subject: [PATCH] fix grammar in test_collect_functools_partial docstr --- testing/python/collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/python/collect.py b/testing/python/collect.py index c2b09aeb8..61fc58579 100644 --- a/testing/python/collect.py +++ b/testing/python/collect.py @@ -1146,7 +1146,7 @@ def test_unorderable_types(testdir): def test_collect_functools_partial(testdir): """ Test that collection of functools.partial object works, and arguments - to the wrapped functions are dealt correctly (see #811). + to the wrapped functions are dealt with correctly (see #811). """ testdir.makepyfile( """