Skip to content

Commit ef0915e

Browse files
authored
fix grammar in test_collect_functools_partial docstr
1 parent 68c486a commit ef0915e

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)