Skip to content

Commit 1975818

Browse files
committed
Revert "'an sdist' -> 'a sdist'"
This reverts commit c29bf16.
1 parent a5636f3 commit 1975818

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ poetry init
100100
### Operating modes
101101

102102
Poetry can be operated in two different modes. The default mode is the **package mode**, which is the right mode
103-
if you want to package your project into a sdist or a wheel and perhaps publish it to a package index.
103+
if you want to package your project into an sdist or a wheel and perhaps publish it to a package index.
104104
In this mode, some metadata such as `name` and `version`, which are required for packaging, are mandatory.
105105
Further, the project itself will be installed in editable mode when running `poetry install`.
106106

docs/dependency-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ When both are specified, `project.dependencies` are used for metadata when build
6060

6161
Alternatively, you can add `dependencies` to `dynamic` and define your dependencies
6262
completely in the `tool.poetry` section. Using only the `tool.poetry` section might
63-
make sense in non-package mode when you will not build a sdist or a wheel.
63+
make sense in non-package mode when you will not build an sdist or a wheel.
6464

6565
```toml
6666
[project]

docs/pyproject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ dependencies = [
307307
]
308308
```
309309

310-
These are the dependencies that will be declared when building a sdist or a wheel.
310+
These are the dependencies that will be declared when building an sdist or a wheel.
311311

312312
See [Dependency specification]({{< relref "dependency-specification" >}}) for more information
313313
about the relation between `project.dependencies` and `tool.poetry.dependencies`.

0 commit comments

Comments
 (0)