Skip to content

Commit c45ca61

Browse files
Style improvements and typos
Co-authored-by: Anthony <[email protected]>
1 parent 4f18aca commit c45ca61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/poetry.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ declares the build backend as follows:
2020
build-backend = "poetry.core.masonry.api"
2121
2222
You will be able to install it on Read the Docs just using pip,
23-
using a configuration like this:
23+
with a configuration like this:
2424

2525
.. code-block:: yaml
2626
:caption: .readthedocs.yaml
@@ -47,9 +47,9 @@ and installs itself on Read the Docs
4747
Locking your dependencies
4848
-------------------------
4949

50-
With you ``pyproject.toml`` file you are free to `specify the dependency
50+
With your ``pyproject.toml`` file you are free to `specify the dependency
5151
versions <https://python-poetry.org/docs/dependency-specification/>`_
52-
that are more appropriate for your project,
52+
that are most appropriate for your project,
5353
either by leaving them unpinned or setting some constraints.
5454
However, to achieve :doc:`/guides/reproducible-builds`
5555
it is better that you lock your dependencies,

0 commit comments

Comments
 (0)