Skip to content

Commit ebb4907

Browse files
Fix numbers after removal
1 parent 6e18fd9 commit ebb4907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ instructions please see the :ref:`setup guide <setup>`.
153153
<https://github.com/python/cpython/issues>`__. Trivial issues (for example, typos) do
154154
not require an issue.
155155

156-
7. Push the branch on your fork on GitHub and :ref:`create a pull request
156+
6. Push the branch on your fork on GitHub and :ref:`create a pull request
157157
<pullrequest>`. Include the issue number using ``gh-NNNNNN`` in the
158158
pull request title. For example:
159159

160160
.. code-block:: text
161161
162162
gh-12345: Fix some bug in spam module
163163
164-
8. Add a News entry into the ``Misc/NEWS.d/`` directory as individual file. The
164+
7. Add a News entry into the ``Misc/NEWS.d/`` directory as individual file. The
165165
news entry can be created by using `blurb-it <https://blurb-it.herokuapp.com/>`__,
166166
or the :pypi:`blurb` tool and its ``blurb add``
167167
command. Please read more about ``blurb`` in its

0 commit comments

Comments
 (0)