Skip to content

Commit 21fe8a7

Browse files
committed
chore(ui): clarify live frame docstring
1 parent 1b05f52 commit 21fe8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes_monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ def __rich_console__(self, console: Console, options): # type: ignore[override]
835835

836836

837837
class _FrameRenderable:
838-
"""입력 패널, 메인 콘텐츠, 명령 패널을 하나의 렌더러로 묶는다."""
838+
"""입력 패널과 메인 콘텐츠를 하나의 렌더러로 묶는다."""
839839

840840
def __init__(self, command: str, *renderables: RenderableType) -> None:
841841
self.command = command

0 commit comments

Comments
 (0)