Skip to content

Commit 28fabc5

Browse files
authored
fix grammar in test_collect_functools_partial docstr (#5703)
fix grammar in test_collect_functools_partial docstr
2 parents 68c486a + ef0915e commit 28fabc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/python/collect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ class Test(object):
11461146
def test_collect_functools_partial(testdir):
11471147
"""
11481148
Test that collection of functools.partial object works, and arguments
1149-
to the wrapped functions are dealt correctly (see #811).
1149+
to the wrapped functions are dealt with correctly (see #811).
11501150
"""
11511151
testdir.makepyfile(
11521152
"""

0 commit comments

Comments
 (0)