Skip to content

Commit a899db5

Browse files
committed
a few tweaks
1 parent a090d97 commit a899db5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

developer-workflow/lang-changes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Because of the seriousness of changing the language, any change must be
2929
beneficial to many Python users. If the change only helps a small percentage of
3030
Python developers then the change will not be made. A good way to see if your
3131
idea would work for a large portion of the Python community is to discuss it in
32-
the `Ideas Discourse category <ideas_>`_. You can also look in Python's standard
32+
the `Ideas category in Discourse <ideas_>`_. You can also look in Python's standard
3333
library to find examples of code which would benefit from your proposed change.
3434

3535
.. important::
@@ -58,7 +58,7 @@ Proposing a change involves the following steps:
5858
Describe your idea
5959
^^^^^^^^^^^^^^^^^^
6060

61-
The `Ideas Discourse category <ideas_>`_ is specifically intended for discussion
61+
The `Ideas category in Discourse <ideas_>`_ is specifically intended for discussion
6262
of new features and language changes. Make your proposal as a `new topic
6363
<ideas_>`_ there.
6464

@@ -148,8 +148,8 @@ PEP process
148148
-----------
149149

150150
Once you are certain you have a language change proposal which will appeal to
151-
the general Python community, you can begin the :abbr:`PEP (Python enhancement
152-
proposal)` process to officially propose the change. See :pep:`1` for
151+
the general Python community, you can begin the PEP
152+
process to officially propose the change. See :pep:`1` for
153153
information on PEPs and the PEP process, and the :pep:`PEP Index <0>` for
154154
examples.
155155

0 commit comments

Comments
 (0)