Skip to content

Commit bae53a4

Browse files
committed
Another quick one
Signed-off-by: NilashishC <[email protected]>
1 parent b22502f commit bae53a4

File tree

1 file changed

+1
-1
lines changed
  • roles/resource_module/templates/module_utils/network_os/facts

1 file changed

+1
-1
lines changed

roles/resource_module/templates/module_utils/network_os/facts/base.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class FactsBase(object): #pylint: disable=R0205
9898
9999
:param cfg_dict: A dictionary parsed in the facts system
100100
:rtype: A dictionary
101-
:returns: A dictionary by elimating keys that have null values
101+
:returns: A dictionary by eliminating keys that have null values
102102
"""
103103
final_cfg = {}
104104
if not cfg_dict:

0 commit comments

Comments
 (0)