diff --git a/pylsp/workspace.py b/pylsp/workspace.py index d40c1e12..fb524c71 100644 --- a/pylsp/workspace.py +++ b/pylsp/workspace.py @@ -637,7 +637,10 @@ def jedi_names( """ Get the names in the notebook up to a certain cell. - :param up_to_cell_uri: The cell uri to stop at. If None, all cells are considered. + Parameters + ---------- + up_to_cell_uri: str, optional + The cell uri to stop at. If None, all cells are considered. """ names = set() for cell in self.cells: