Skip to content

Commit 1bc12fd

Browse files
committed
correct docstring
1 parent cf28501 commit 1bc12fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_gambaterm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ async def telnet_client() -> str:
179179
def test_gambaterm_telnet_unknown_term() -> None:
180180
"""Telnet client connects with an unknown terminal type.
181181
182-
Exercises the ``kind=None`` fallback path in RemoteTerminal,
183-
where blessed's ``__init_termcap_kind`` resolves the terminal
184-
type through XTGETTCAP, $TERM, and finally ``kind_fallback``.
182+
Exercises the ``kind=None`` fallback path in RemoteTerminal, where blessed's
183+
``__init_termcap_kind`` resolves the terminal type through protocol-negotiated TERM and
184+
fallsback to ``kind_fallback='xterm-256color'``.
185185
"""
186186
assert TEST_ROM.exists()
187187
command = (

0 commit comments

Comments
 (0)