commit | 12e696b4f071ffe0d585b7f0d0d8020fd328bfdd | [log] [tgz] |
---|---|---|
author | Stéphane Wirtel <stephane@wirtel.be> | Sat Oct 27 00:58:26 2018 +0200 |
committer | Brett Cannon <brettcannon@users.noreply.github.com> | Fri Oct 26 15:58:26 2018 -0700 |
tree | 81ff44e5896a18441710a3e8f24543bf4d9382f5 | |
parent | 9e14e49f13ef1a726f31efe6689285463332db6e [diff] [blame] |
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst index 7071076..2aba02f 100644 --- a/Doc/library/abc.rst +++ b/Doc/library/abc.rst
@@ -2,7 +2,7 @@ ==================================== .. module:: abc - :synopsis: Abstract base classes according to PEP 3119. + :synopsis: Abstract base classes according to :pep:`3119`. .. moduleauthor:: Guido van Rossum .. sectionauthor:: Georg Brandl