8000 Meta: Add a governance topic by hugovk · Pull Request #2993 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Meta: Add a governance topic #2993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove an extra space and omit "language"
There are Governance related PEPs that aren't strictly "python language" but such as the packaging governance ones.
  • Loading branch information
gpshead authored Jan 31, 2023
commit fc318d2cc51aed28d524ee78d73a40d59e5b16e9
4 changes: 2 additions & 2 deletions pep_sphinx_extensions/pep_zero_generator/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
They are listed here for reference.
""",
"governance": """\
These PEPs detail Python's language governance, including governance model proposals
and selection, and the results of the annual steering council elections.
These PEPs detail Python's governance, including governance model proposals
and selection, and the results of the annual steering council elections.
""",
}
0