Commit 946330df authored by Stefan Behnel's avatar Stefan Behnel

fix stupid typo

parent 15c3cbad
......@@ -2590,7 +2590,7 @@ def p_module(s, pxd, full_module_name):
s.parse_comments = False
if 'language_level' in directive_comments:
s.context.set_language_level('language_level')
s.context.set_language_level(directive_comments['language_level'])
doc = p_doc_string(s)
if pxd:
......
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