Skip to content

Commit 3a961df

Browse files
docs: fix typo in repositories (#6942)
# Pull Request Check List Resolves: #issue-number-here <!-- This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. But please read our [contribution guide](https://python-poetry.org/docs/contributing/) at least once, it will save you unnecessary review cycles! --> - [ ] Added **tests** for changed code. - [x] Updated **documentation** for changed code. <!-- If you have *any* questions to *any* of the points above, just **submit and ask**! This checklist is here to *help* you, not to deter you from contributing! --> Co-authored-by: Mathieu Kniewallner <[email protected]>
1 parent 14ab449 commit 3a961df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/repositories.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ manifest as long dependency resolution times when adding packages from this sour
249249

250250
{{% /warning %}}
251251

252-
These package sources maybe configured via the following command in your project.
252+
These package sources may be configured via the following command in your project.
253253

254254
```bash
255255
poetry source add testpypi https://test.pypi.org/simple/
@@ -286,7 +286,7 @@ inspecting it locally is the only remaining option.
286286
Some projects choose to release their binary distributions via a single page link source that
287287
partially follows the structure of a package page in [PEP 503](https://peps.python.org/pep-0503/).
288288

289-
These package sources maybe configured via the following command in your project.
289+
These package sources may be configured via the following command in your project.
290290

291291
```bash
292292
poetry source add jax https://storage.googleapis.com/jax-releases/jax_releases.html

0 commit comments

Comments
 (0)