Update src/_pytest/nodes.py

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Florian Bruhin 2021-11-08 15:32:35 +01:00 committed by GitHub
parent 9f6cd8e916
commit 7bba88ced7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ class Item(Node):
nodeid: Optional[str] = None,
**kw,
) -> None:
# The first two arguments are intentionally passed postionally,
# The first two arguments are intentionally passed positionally,
# to keep plugins who define a node type which inherits from
# (pytest.Item, pytest.File) working (see issue #8435).
# They can be made kwargs when the deprecation above is done.