From e67459df86bee72f46a56c092b8e4eebf74950ea Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 9 Sep 2015 01:21:08 -0700 Subject: [PATCH] Fix docstring of parse_value() to be informative --- lib/ansible/inventory/ini.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/inventory/ini.py b/lib/ansible/inventory/ini.py index 34b3a3acb45..8c6038d40a6 100644 --- a/lib/ansible/inventory/ini.py +++ b/lib/ansible/inventory/ini.py @@ -313,8 +313,8 @@ class InventoryParser(object): @staticmethod def _parse_value(v): ''' - Does something with something and returns something. Not for mere - mortals such as myself to interpret. + Attempt to transform the string value from an ini file into a basic python object + (int, dict, list, unicode string, etc). ''' if "#" not in v: try: