summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire <96051754+gregoire-mullvad@users.noreply.github.com>2022-07-29 14:53:25 +0200
committerGitHub <noreply@github.com>2022-07-29 14:53:25 +0200
commitc33d237e6ea5795632295bb6390778a21e6f4080 (patch)
tree4a923270245f1e209cb1ed7e323b291ffe32eada
parentcfc393a8dff9ec09bd2fcb25857e772ae04a4991 (diff)
downloadpylint-git-c33d237e6ea5795632295bb6390778a21e6f4080.tar.gz
Fix raise-missing-from related PEP (#7242)
-rw-r--r--doc/data/messages/r/raise-missing-from/related.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/data/messages/r/raise-missing-from/related.rst b/doc/data/messages/r/raise-missing-from/related.rst
index 1bcca1b7b..9bf33339c 100644
--- a/doc/data/messages/r/raise-missing-from/related.rst
+++ b/doc/data/messages/r/raise-missing-from/related.rst
@@ -1 +1 @@
-- `PEP 3132 <https://peps.python.org/pep-3132/>`_
+- `PEP 3134 <https://peps.python.org/pep-3134/>`_