Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_pytest/scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def from_user(
) -> Scope:
"""
Given a scope name from the user, return the equivalent Scope enum. Should be used
whenever we want to convert a user provided scope name to its enum object.
whenever we want to convert a user-provided scope name to its enum object.

If the scope name is invalid, construct a user friendly message and call pytest.fail.
"""
Expand Down
Loading