Skip to content

Commit 29f196d

Browse files
committed
Fixed typos in installing.rst.
1 parent a848eb3 commit 29f196d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/topics/installing.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ point version number increments. You can use this expression in a ``pip install`
4040

4141
$ pip install "eventsourcing>=9.4.0,<9.5.0"
4242

43-
You can use the same expression in ``requirements.txt`` files, in a ``setup.py`` files, and
44-
in a ``pyproject.toml`` files. For example, if you are specifying the dependencies of your project
45-
in a ``pyproject.toml`` file, you can specify the dependency on this library in the following way.
43+
You can use the same expression in ``requirements.txt`` files, in ``setup.py`` files, and
44+
in ``pyproject.toml`` files.
45+
46+
For example, if you are specifying the dependencies of your project in a ``pyproject.toml``
47+
file, you can specify the dependency on this library in the following way.
4648

4749
::
4850

0 commit comments

Comments
 (0)