Skip to content

Commit 43a2db9

Browse files
authored
Fix grammatical errors (#628)
1 parent bb0236f commit 43a2db9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
[![](https://github.com/python-poetry/poetry-core/workflows/Tests/badge.svg)](https://github.com/python-poetry/poetry-core/actions?query=workflow%3ATests)
88

99
A [PEP 517](https://www.python.org/dev/peps/pep-0517/) build backend implementation developed for
10-
[Poetry](https://github.com/python-poetry/poetry). This project is intended to be a light weight, fully compliant,
11-
self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects.
10+
[Poetry](https://github.com/python-poetry/poetry). This project is intended to be a lightweight, fully compliant,
11+
self-contained package allowing PEP 517-compatible build frontends to build Poetry-managed projects.
1212

1313
## Usage
14-
In most cases, the usage of this package is transparent to the end-user as it is either made use by Poetry itself
14+
In most cases, the usage of this package is transparent to the end-user as it is either used by Poetry itself
1515
or a PEP 517 frontend (eg: `pip`).
1616

17-
In order to enable the use `poetry-core` as your build backend, the following snippet must be present in your
17+
In order to enable the use of `poetry-core` as your build backend, the following snippet must be present in your
1818
project's `pyproject.toml` file.
1919

2020
```toml
@@ -43,4 +43,4 @@ project.
4343

4444
In order to improve the above situation, `poetry-core` was created. Shared functionality pertaining to PEP 517 build
4545
backends, including reading `pyproject.toml` and building wheel/sdist, were implemented in this package. This
46-
makes PEP 517 builds extremely fast for Poetry managed packages.
46+
makes PEP 517 builds extremely fast for Poetry-managed packages.

0 commit comments

Comments
 (0)