Quote:
Originally Posted by kovidgoyal
|
maybe something's wrong with this section...
Code:
recommendations = set([
('level1_toc', '//h:h1', OptionRecommendation.MED),
('level2_toc', '//h:h2', OptionRecommendation.MED),
('level3_toc', '//h:h3', OptionRecommendation.MED), ])
Anyway it seems kinda too hard for me to understand it

Just thought it would be more Delphi-like language.