diff -r 45f94a7c5c2e -r 5357e5ffebf1 eric6/DebugClients/Python/DebugClientBase.py --- a/eric6/DebugClients/Python/DebugClientBase.py Wed Dec 30 12:30:42 2020 +0100 +++ b/eric6/DebugClients/Python/DebugClientBase.py Wed Dec 30 12:31:25 2020 +0100 @@ -1130,7 +1130,7 @@ """ Public method called when there is data ready to be read. - @param stream file like object that has data to be written + @param stream file like object that has data to be read @return flag indicating an error condition @rtype bool """