Fix a typo in README

Related: rhbz#1950291
This commit is contained in:
Miro Hrončok 2021-07-23 08:01:13 +00:00
parent 309172f9a8
commit 1bd13b6928
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ because runtime dependencies are always required for testing.
[tox]: https://tox.readthedocs.io/
[tox-current-env]: https://github.com/fedora-python/tox-current-env/
Additionaly to generated requirements you can supply multiple file names to `%pyproject_buildrequires` macro.
Additionally to generated requirements you can supply multiple file names to `%pyproject_buildrequires` macro.
Dependencies will be loaded from them:
%pyproject_buildrequires -r requirements/tests.in requirements/docs.in requirements/dev.in