From acb9564a656bafb42573d4262de2a9ce2cdd8aa8 2023-12-07 11:23:52 From: Matthias Bussonnier Date: 2023-12-07 11:23:52 Subject: [PATCH] Minor documentation escape sequence updatre --- diff --git a/IPython/core/completer.py b/IPython/core/completer.py index 01af0bc..7cc7676 100644 --- a/IPython/core/completer.py +++ b/IPython/core/completer.py @@ -2236,7 +2236,7 @@ class IPCompleter(Completer): self, cursor_column: int, cursor_line: int, text: str ) -> Iterator[_JediCompletionLike]: """ - Return a list of :any:`jedi.api.Completion`s object from a ``text`` and + Return a list of :any:`jedi.api.Completion`\\s object from a ``text`` and cursor position. Parameters