Skip to content

Commit dccbb68

Browse files
committed
fix: Deprecation warning in Window.children
1 parent 09fd941 commit dccbb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libtmux/window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ def children(self) -> QueryList[Pane]:
10541054
10551055
"""
10561056
warnings.warn(
1057-
"Server.children is deprecated",
1057+
"Window.children is deprecated",
10581058
category=DeprecationWarning,
10591059
stacklevel=2,
10601060
)

0 commit comments

Comments
 (0)