Skip to content

Commit 1f74aee

Browse files
Apply suggestions from code review
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 6c15b23 commit 1f74aee

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/CODEOWNERS

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
#
1616
# An entry in this file does not imply 'ownership', despite the name of the
1717
# file, but instead that those listed take an interest in that part of the
18-
# project, and would like to be notified of any proposed changes to it.
18+
# project and will automatically be added as reviewers to PRs that affect
19+
# the matching files.
1920
# See also the Experts Index in the Python Developer's Guide:
2021
# https://devguide.python.org/core-developers/experts/
2122
#
@@ -31,10 +32,10 @@
3132
# Top-level sections are:
3233
#
3334
# * Buildbots, Continuous Integration, and Testing
34-
# e.g. project-wide configuration files, internal tools for use in CI,
35+
# project-wide configuration files, internal tools for use in CI,
3536
# linting.
3637
# * Build System
37-
# e.g. the Makefile, autoconf.
38+
# the Makefile, autoconf, and other autotools files.
3839
# * Documentation
3940
# broader sections of documentation, documentation tools
4041
# * Other / Misc (Tools, Programs, Integration, etc)
@@ -43,9 +44,10 @@
4344
# * Platform Support
4445
# relating to support for specific platforms
4546
# * Interpreter Core
46-
# the grammar, parser, compiler, interpreter, etc
47+
# the grammar, parser, compiler, interpreter, etc.
4748
# * Standard Library
48-
# standard library modules & related files
49+
# standard library modules (from both Lib and Modules)
50+
# and related files (such as their tests and docs)
4951

5052
# ----------------------------------------------------------------------------
5153
# Buildbots, Continuous Integration, and Testing

0 commit comments

Comments
 (0)