Skip to content

Commit 7301c6f

Browse files
authored
Revised list description
1 parent fe702a3 commit 7301c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project-markers/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ print(project_markers)
3434

3535
_Note: Most type checkers will falsely warn_ `project_markers` _is not iterable because they cannot analyze runtime behavior (where the module is replaced w/ a list for cleaner, direct access). You can safely suppress such warnings using_ `# type: ignore`.
3636

37-
The list includes markers from many tools and ecosystems, including:
37+
The list includes hundreds of markers from many tools and ecosystems, including:
3838

3939
- Version control (.git, .hg, .svn)
4040
- Python (pyproject.toml, setup.py, requirements.txt)

0 commit comments

Comments
 (0)