We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 170030c + 1c5c724 commit 5c48802Copy full SHA for 5c48802
nonblocking_serialinput.py
@@ -128,7 +128,7 @@ def _buffer_check_and_handle_line_ends(self):
128
self.input_buffer = ""
129
130
def input(self):
131
- """get oldest input string if there is any available. Otherwise None."""
+ """get oldest input string if there is any available. Otherwise an emtpy string."""
132
try:
133
result = self.input_list.pop(0)
134
# print("result: {}".format(repr(result)))
0 commit comments