We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22502f commit bae53a4Copy full SHA for bae53a4
roles/resource_module/templates/module_utils/network_os/facts/base.py.j2
@@ -98,7 +98,7 @@ class FactsBase(object): #pylint: disable=R0205
98
99
:param cfg_dict: A dictionary parsed in the facts system
100
:rtype: A dictionary
101
- :returns: A dictionary by elimating keys that have null values
+ :returns: A dictionary by eliminating keys that have null values
102
"""
103
final_cfg = {}
104
if not cfg_dict:
0 commit comments