From 09be4c117df5cd3e6d0f76fac46ddb7193e82484 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Aug 20 2020 09:48:14 +0000 Subject: Typo fix --- diff --git a/README.md b/README.md index 05aeedc..c1f4df6 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ You can use globs in the module names if listing them explicitly would be too te %pyproject_install %pyproject_save_files '*requests' -In fully automated environmets, you can use the `*` glob to include all modules (put it in single quotes to prevent Shell from expanding it). In Fedora however, you should always use a more specific glob to avoid accidentally packaging unwanted files (for example, a top level module named `test`). +In fully automated environments, you can use the `*` glob to include all modules (put it in single quotes to prevent Shell from expanding it). In Fedora however, you should always use a more specific glob to avoid accidentally packaging unwanted files (for example, a top level module named `test`). Speaking about automated environments, some files cannot be classified with `%pyproject_save_files`, but it is possible to list all unclassified files by adding a special `+auto` argument.