Skip to content

Commit 6fcce5d

Browse files
committed
Manual fixes to pep 0002
1 parent 5962011 commit 6fcce5d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pep-0002.txt

+9-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PEP Replacement
1515
===============
1616

1717
This PEP has been superseded by the updated material in the Python Developer's
18-
Guide [1].
18+
Guide [1]_.
1919

2020
Introduction
2121
============
@@ -34,10 +34,10 @@ equipped to detect and report gaps in the library; things that are missing but
3434
should be added.
3535

3636
New functionality is commonly added to the library in the form of new modules.
37-
This PEP will describe the procedure for the _addition_ of new modules. PEP 4
38-
deals with procedures for deprecation of modules; the _removal_ of old and
37+
This PEP will describe the procedure for the *addition* of new modules. PEP 4
38+
deals with procedures for deprecation of modules; the *removal* of old and
3939
unused modules from the standard library. Finally there is also the issue of
40-
_changing_ existing modules to make the picture of library evolution complete.
40+
*changing* existing modules to make the picture of library evolution complete.
4141
PEP 3 and PEP 5 give some guidelines on this. The continued maintenance of
4242
existing modules is an integral part of the decision on whether to add a new
4343
module to the standard library. Therefore, this PEP also introduces concepts
@@ -65,7 +65,7 @@ Maintainer(s)
6565
All contributions to the standard library need one or more maintainers. This
6666
can be an individual, but it is frequently a group of people such as the XML-
6767
SIG. Groups may subdivide maintenance tasks among themselves. One ore more
68-
maintainers shall be the _head maintainer_ (usually this is also the main
68+
maintainers shall be the *head maintainer* (usually this is also the main
6969
developer). Head maintainers are convenient people the integrators can address
7070
if they want to resolve specific issues, such as the ones detailed later in
7171
this document.
@@ -102,7 +102,7 @@ document and a reference implementation. The library PEP differs from a normal
102102
standard track PEP in that the reference implementation should in this case
103103
always already have been written before the PEP is to be reviewed for inclusion
104104
by the integrators and to be commented upon by the community; the reference
105-
implementation _is_ the proposed contribution.
105+
implementation *is* the proposed contribution.
106106

107107
This different requirement exists for the following reasons:
108108

@@ -184,7 +184,8 @@ Relationship to the mythical Catalog?
184184
References
185185
==========
186186

187-
[1] Adding to the Stdlib http://docs.python.org/devguide/stdlibchanges.html
187+
.. [1] Adding to the Stdlib
188+
(http://docs.python.org/devguide/stdlibchanges.html)
188189

189190
Copyright
190191
=========
@@ -196,4 +197,4 @@ This document has been placed in the public domain.
196197
mode: indented-text
197198
indent-tabs-mode: nil
198199
fill-column: 70
199-
End:
200+
End:

0 commit comments

Comments
 (0)