Skip to content

Commit a7199fa

Browse files
Docstring typo
1 parent d714c19 commit a7199fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pytest/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ def _splitnode(cls, nodeid):
11431143
Return values are lists e.g.
11441144
['']
11451145
['testing', 'code']
1146-
['testing', 'code', test_excinfo.py']
1146+
['testing', 'code', 'test_excinfo.py']
11471147
['testing', 'code', 'test_excinfo.py', 'TestFormattedExcinfo', '()']
11481148
"""
11491149
parts = nodeid.split(py.path.local.sep)

0 commit comments

Comments
 (0)