8000 PEP 520: Fix citation references by hugovk · Pull Request #2637 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 520: Fix citation references #2637

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
Jun 9, 2022
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
PEP 520: convert orphaned references into bullet list to fix warnings
  • Loading branch information
hugovk committed Jun 8, 2022
commit 8003e6516418df51d8ae660a648f3ad63af10eca
6 changes: 3 additions & 3 deletions pep-0520.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,13 +413,13 @@ References
.. [impl] issue #24254
(https://bugs.python.org/issue24254)

.. [orig] original discussion
* Original discussion
(https://mail.python.org/pipermail/python-ideas/2013-February/019690.html)

.. [followup1] follow-up 1
* Follow-up 1
(https://mail.python.org/pipermail/python-dev/2013-June/127103.html)

.. [followup2] follow-up 2
* Follow-up 2
(https://mail.python.org/pipermail/python-dev/2015-May/140137.html)


Expand Down
0