Skip to content

Commit fe702a3

Browse files
authored
Un-italicized code in note
1 parent a952430 commit fe702a3

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
@@ -32,7 +32,7 @@ print(project_markers)
3232
# => ['.ansible-lint', '.bazelrc', '.browserslistrc', '.buckconfig', ...]
3333
```
3434

35-
_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`._
35+
_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

3737
The list includes markers from many tools and ecosystems, including:
3838

0 commit comments

Comments
 (0)