Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Nov 8, 2024
1 parent 8fd7e11 commit 2bdb523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmiko/nokia/nokia_srl.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def session_preparation(self) -> None:
self.set_base_prompt()

def strip_prompt(self, *args: Any, **kwargs: Any) -> str:
"""Strip the line1 of multiline prompt from the output."""
"""Strip the prompt and the additional context line"""
a_string = super().strip_prompt(*args, **kwargs)
return self._strip_context_items(a_string)

Expand Down

0 comments on commit 2bdb523

Please sign in to comment.