8000 Meta: Document the PEPs API by hugovk · Pull Request #3864 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Meta: Document the PEPs API #3864

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 9 commits into from
Jul 17, 2024
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
Add missing bracket, fix typo
  • Loading branch information
hugovk committed Jul 16, 2024
commit d3d30754890edd01eacf4471b86ba56f3535aee1
3 changes: 2 additions & 1 deletion peps/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ The structure is like:
"superseded_by": string | null,
"url": string
},
}

Date values are formatted as DD-MMM-YYYY,
and multiple dates are combied in a comma-separated list.
and multiple dates are combined in a comma-separated list.

For example:

Expand Down
Loading
0