From a4ae329465d007a2df4bc824eb6d13f8b8d0bf8c Mon Sep 17 00:00:00 2001 From: Mike Hume Date: Mon, 27 Mar 2017 16:28:10 -0700 Subject: [PATCH] Update __init__.py Just guessin, but is this how it is supposed to read? --- lib/ansible/inventory/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/inventory/__init__.py b/lib/ansible/inventory/__init__.py index 2e530e7f3ed..6cc5a9dbba5 100644 --- a/lib/ansible/inventory/__init__.py +++ b/lib/ansible/inventory/__init__.py @@ -113,7 +113,7 @@ class Inventory(object): self.parser = None # Always create the 'all' and 'ungrouped' groups, even if host_list is - # empty: in this case we will subsequently an the implicit 'localhost' to it. + # empty: in this case we will subsequently add the implicit 'localhost' to it. ungrouped = Group('ungrouped') all = Group('all')