Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion peps/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ release-schedule.ics
--------------------

An iCalendar file of Python release dates is available at
https://peps.python.org/api/release-schedule.ics.
https://peps.python.org/release-schedule.ics.
4 changes: 2 additions & 2 deletions release_management/python-releases.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# python -m release_management update-peps
#
# The PEP rendering system, via Sphinx, uses this document to regenerate the
# 'release-cycle' JSON file, found at https://peps.python.org/release-cycle.json,
# and a full JSON representation at https://peps.python.org/python-releases.json,
# 'release-cycle' JSON file, found at https://peps.python.org/api/release-cycle.json,
# and a full JSON representation at https://peps.python.org/api/python-releases.json,
# This 'release-cycle' JSON file is intended for public consumption. The format
# of this TOML document is not guaranteed and may change without notice.

Expand Down
Loading