##// END OF EJS Templates
sshpeer: fix docstring typo
Augie Fackler -
r31953:cc2382b6 default
parent child Browse files
Show More
@@ -62,7 +62,7 b' class doublepipe(object):'
62 large read for data not yet emitted by the server.
62 large read for data not yet emitted by the server.
63
63
64 The main pipe is expected to be a 'bufferedinputpipe' from the util module
64 The main pipe is expected to be a 'bufferedinputpipe' from the util module
65 that handle all the os specific bites. This class lives in this module
65 that handle all the os specific bits. This class lives in this module
66 because it focus on behavior specific to the ssh protocol."""
66 because it focus on behavior specific to the ssh protocol."""
67
67
68 def __init__(self, ui, main, side):
68 def __init__(self, ui, main, side):
General Comments 0
You need to be logged in to leave comments. Login now