##// END OF EJS Templates
Minor documentation escape sequence updatre
Matthias Bussonnier -
Show More
@@ -2236,7 +2236,7 b' class IPCompleter(Completer):'
2236 self, cursor_column: int, cursor_line: int, text: str
2236 self, cursor_column: int, cursor_line: int, text: str
2237 ) -> Iterator[_JediCompletionLike]:
2237 ) -> Iterator[_JediCompletionLike]:
2238 """
2238 """
2239 Return a list of :any:`jedi.api.Completion`s object from a ``text`` and
2239 Return a list of :any:`jedi.api.Completion`\\s object from a ``text`` and
2240 cursor position.
2240 cursor position.
2241
2241
2242 Parameters
2242 Parameters
General Comments 0
You need to be logged in to leave comments. Login now