Commit e67459df by Toshio Kuratomi

Fix docstring of parse_value() to be informative

parent 3a50393c
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment