Skip to content

Commit 8ffe890

Browse files
authored
Merge pull request #12354 from sbidoul/imp-release-docs
Minor docs improvements
2 parents f6ecf40 + bf9a9cb commit 8ffe890

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/html/development/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ the ``news/`` directory with the extension of ``.trivial.rst``. If you are on a
112112
POSIX like operating system, one can be added by running
113113
``touch news/$(uuidgen).trivial.rst``. On Windows, the same result can be
114114
achieved in Powershell using ``New-Item "news/$([guid]::NewGuid()).trivial.rst"``.
115-
Core committers may also add a "trivial" label to the PR which will accomplish
115+
Core committers may also add a "skip news" label to the PR which will accomplish
116116
the same thing.
117117

118118
Upgrading, removing, or adding a new vendored library gets a special mention

docs/html/development/release-process.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Creating a new release
145145
#. Push the tag created by ``prepare-release``.
146146
#. Regenerate the ``get-pip.py`` script in the `get-pip repository`_ (as
147147
documented there) and commit the results.
148-
#. Submit a Pull Request to `CPython`_ adding the new version of pip (and upgrading
149-
setuptools) to ``Lib/ensurepip/_bundled``, removing the existing version, and
148+
#. Submit a Pull Request to `CPython`_ adding the new version of pip
149+
to ``Lib/ensurepip/_bundled``, removing the existing version, and
150150
adjusting the versions listed in ``Lib/ensurepip/__init__.py``.
151151

152152

0 commit comments

Comments
 (0)