Skip to content

Commit 88fa5dc

Browse files
committed
make comment more precise
1 parent 4b057d9 commit 88fa5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpythonic/net/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def sock_to_stdout():
226226
t = threading.Thread(target=sock_to_stdout, daemon=True)
227227
t.start()
228228

229-
# TODO: fix multiline editing (see repl_tool.py in socketserverREPL for reference)
229+
# TODO: fix prompts in multiline inputs (see repl_tool.py in socketserverREPL for reference)
230230
#
231231
# This needs prompt detection so we'll know how to set up
232232
# `input`. The first time on a new line, the prompt is sent

0 commit comments

Comments
 (0)