Commit 93aaa768 authored by Jakub Wilk's avatar Jakub Wilk Committed by Stefan Behnel

Fix typo.

parent ea6414cd
...@@ -369,7 +369,7 @@ Cython code. Here is the list of currently supported directives: ...@@ -369,7 +369,7 @@ Cython code. Here is the list of currently supported directives:
``infer_types`` (True / False) ``infer_types`` (True / False)
Infer types of untyped variables in function bodies. Default is Infer types of untyped variables in function bodies. Default is
None, indicating that on safe (semantically-unchanging) inferences None, indicating that only safe (semantically-unchanging) inferences
are allowed. are allowed.
``language_level`` (2/3) ``language_level`` (2/3)
......
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