From 1bd13b69283de6ca755f4db4c0cb987d9117236e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 23 Jul 2021 08:01:13 +0000 Subject: [PATCH] Fix a typo in README Related: rhbz#1950291 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f1871..e79e407 100644 --- a/README.md +++ b/README.md @@ -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