Skip to content

Commit 22e4e95

Browse files
committed
Fix docstring
1 parent 9f312aa commit 22e4e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def _is_setuptools_in_pyproject_toml(toml: Path) -> bool:
391391

392392

393393
def _in_build(path: Path) -> bool:
394-
"""Attempt to detect if ``path`` is the root of a buildsystem's artifacts
394+
"""Detect if ``path`` is the root of a buildsystem's artifacts
395395
by checking known dirnames patterns, and the presence of configuration in
396396
the parent dir by checking for a setup.py, setup.cfg, or pyproject.toml.
397397
"""

0 commit comments

Comments
 (0)