Skip to content

Commit 6042330

Browse files
committed
Fix docstring
1 parent a7b6277 commit 6042330

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
@@ -385,7 +385,7 @@ def _is_setuptools_in_pyproject_toml(toml: Path) -> bool:
385385

386386

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

0 commit comments

Comments
 (0)