From 2078c4b4da6958df3f0e26d8aae60991c6b448b1 Mon Sep 17 00:00:00 2001 From: Sudheer Satyanarayana Date: Wed, 13 Jul 2016 19:56:13 +0530 Subject: [PATCH] which not who (#2557) minor text fix --- system/firewalld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/firewalld.py b/system/firewalld.py index 89e821a48c7..ff5d32d84c4 100644 --- a/system/firewalld.py +++ b/system/firewalld.py @@ -88,7 +88,7 @@ options: version_added: "2.1" notes: - Not tested on any Debian based system. - - Requires the python2 bindings of firewalld, who may not be installed by default if the distribution switched to python 3 + - Requires the python2 bindings of firewalld, which may not be installed by default if the distribution switched to python 3 requirements: [ 'firewalld >= 0.2.11' ] author: "Adam Miller (@maxamillion)" '''