Skip to content

Commit a253d94

Browse files
woodruffwhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent b803be9 commit a253d94

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

peps/pep-0792.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Discussions-To: Pending
88
Status: Draft
99
Type: Standards Track
1010
Topic: Packaging
11-
Created: 08-Apr-2025
11+
Created: 21-May-2025
1212
Post-History: `03-Feb-2025 <https://discuss.python.org/t/79356/>`__,
1313

1414
Abstract
@@ -29,7 +29,7 @@ determining whether a project is maintained or otherwise suitable for consumptio
2929
Python packaging has at least three different mechanisms for communicating
3030
the "status" of a project:
3131

32-
1. Distribution packages can include *trove classifiers* in their metadata, as
32+
1. Distribution packages can include *Trove classifiers* in their metadata, as
3333
originally specified in :pep:`301`. The list of supported classifiers is
3434
`maintained by the PyPA <https://github.com/pypa/trove-classifiers>`_,
3535
and includes the ``Development Status`` hierarchy. For example, a
@@ -53,7 +53,7 @@ the "status" of a project:
5353
Additionally, indices like PyPI will hide yanked distributions by default
5454
and will render them with a notice when the user navigates directly to them.
5555

56-
Yanking is machine-readable like trove classifiers, but is single-purpose
56+
Yanking is machine-readable like Trove classifiers, but is single-purpose
5757
rather than general-purpose: users can specify a free-text reason for
5858
yanking a given distribution package, but the semantics of yanking are
5959
fixed, and no reliable inference of project status can be made by a machine
@@ -300,7 +300,7 @@ Using "reserved" keys
300300
---------------------
301301

302302
One alternative to this PEP is to avoid standardizing project status
303-
markers directly, but instead leverage existing mechanisms within the standards
303+
markers directly, but instead use existing mechanisms within the standards
304304
to communicate them in a non-standard fashion.
305305

306306
For example, the `JSON simple index <packaging:simple-repository-api-json>`_

0 commit comments

Comments
 (0)