Fix whitespace error.

This commit is contained in:
Bob Lantz
2012-11-15 22:56:24 -08:00
parent ab594b6afe
commit 163a6cf3dd
+1 -1
View File
@@ -146,7 +146,7 @@ class Node( object ):
self.shell = None
# Subshell I/O, commands and control
def read( self, maxbytes=1024 ):
"""Buffered read from node, non-blocking.
maxbytes: maximum number of bytes to return"""