From a581f64c24baafde7515ee8bdc32895376c879ce Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Thu, 6 Apr 2023 21:25:21 +0200 Subject: [PATCH] wrong copy paste in readme (bonk) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7063111..f25a77e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ manage_pip_packages_list: # by default, not defined state: absent - name: ... ``` -This variable is a list of packages, with their name, desired version and state. `version_constraint` can be multiple constraints,separatedby commas (example: `>1.10`, `>1.10,<1.15,!=1.12`,`==1.13`). +This variable is a list of packages, with their name, desired version and state. `version_constraint` can be multiple constraints,separated by commas (example: `>1.10`, `>1.10,<1.15,!=1.12`,`==1.13`). Dependencies ------------