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

Skip to content

PEP 484: Fix citation references #2638

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 10, 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
Next Next commit
PEP 484: Fix WARNING: Citation [peps] is not referenced
  • Loading branch information
hugovk committed Jun 8, 2022
commit f8da366c01385b1add4c1a21cfaef262d712c9e9
2 changes: 1 addition & 1 deletion pep-0484.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ issue tracker [issues]_, where much of the technical discussion takes
place.

The draft on GitHub is updated regularly in small increments. The
official PEPS repo [peps_] is (usually) only updated when a new draft
official PEPS repo [peps]_ is (usually) only updated when a new draft
is posted to python-dev.


Expand Down
0