##// END OF EJS Templates
Fix pluralisation
Matthias Bussonnier -
Show More
@@ -71,7 +71,7 b' Nteract, Hydrogen...'
71 The use of Jedi should be barely noticeable on recent machines, but
71 The use of Jedi should be barely noticeable on recent machines, but
72 can be slower on older ones. To tweak the performance, the amount
72 can be slower on older ones. To tweak the performance, the amount
73 of time given to Jedi to compute type inference can be adjusted with
73 of time given to Jedi to compute type inference can be adjusted with
74 ``c.IPCompleter.jedi_compute_type_timeout``. The objects whose type was not
74 ``c.IPCompleter.jedi_compute_type_timeout``. The objects whose type were not
75 inferred will be shown as ``<unknown>``. Jedi can also be completely deactivated
75 inferred will be shown as ``<unknown>``. Jedi can also be completely deactivated
76 by using the ``c.Completer.use_jedi=False`` option.
76 by using the ``c.Completer.use_jedi=False`` option.
77
77
General Comments 0
You need to be logged in to leave comments. Login now