Fix typo in docstring

This commit is contained in:
Romain Rigaux
2021-01-08 18:20:22 -08:00
committed by Dave Halter
parent e6f18df1d2
commit 4597c7ebe7

View File

@@ -12,7 +12,7 @@ count the function calls.
Settings Settings
~~~~~~~~~~ ~~~~~~~~~~
Recursion settings are important if you don't want extremly Recursion settings are important if you don't want extremely
recursive python code to go absolutely crazy. recursive python code to go absolutely crazy.
The default values are based on experiments while completing the |jedi| library The default values are based on experiments while completing the |jedi| library