Skip to content

Commit f3ed912

Browse files
committed
Fix typo in testing.selectors.
1 parent 945e0fa commit f3ed912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domdf_python_tools/testing/selectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def platform_boolean_factory(
159159
.. versionchanged: 1.7.1 Added the ``module`` keyword-only argument.
160160
"""
161161

162-
default_reason = "{} required on Windows"
162+
default_reason = f"{{}} required on {platform}"
163163
module = module or platform_boolean_factory.__module__
164164

165165
def not_function(reason: str = default_reason.format("Not")) -> MarkDecorator:

0 commit comments

Comments
 (0)