Fix whitespace error.
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ class Node( object ):
|
|||||||
self.shell = None
|
self.shell = None
|
||||||
|
|
||||||
# Subshell I/O, commands and control
|
# Subshell I/O, commands and control
|
||||||
|
|
||||||
def read( self, maxbytes=1024 ):
|
def read( self, maxbytes=1024 ):
|
||||||
"""Buffered read from node, non-blocking.
|
"""Buffered read from node, non-blocking.
|
||||||
maxbytes: maximum number of bytes to return"""
|
maxbytes: maximum number of bytes to return"""
|
||||||
|
|||||||
Reference in New Issue
Block a user