Commit 781499fd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36929 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e2403ff
......@@ -58,7 +58,7 @@ This script returns a dictionary of default properties for Unify Solver.\n
\n
This is a sample implementation that returns the first item in each list.\n
"""\n
value_list_dict = context.UnifySolver_getDefaultConfigurationPropertyListDict()\n
value_list_dict = context.UnifySolver_getConfigurationPropertyListDict()\n
value_dict = {}\n
for property_id, value_list in value_list_dict.items():\n
value_dict[property_id] = value_list[0]\n
......
127
\ No newline at end of file
128
\ No newline at end of file
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