Typo in Python.html

This commit is contained in:
Julien Schueller 2017-03-24 14:22:53 +01:00 committed by GitHub
commit 7350e9fffa

View file

@ -6827,7 +6827,7 @@ will not be able to run any other threads, even if the wrapped C/C++ code is wai
</table>
<p>
Fullly threaded code decreases the wrapping performance by
Fully threaded code decreases the wrapping performance by
around 60%. If that is important to your application, you
can tune each method using the different 'nothread',
'nothreadblock' or 'nothreadallow' features as