# HG changeset patch # User Augie Fackler # Date 1492109298 14400 # Node ID cc2382b600070c6f16eb0ab72d03be5a7dd6b1b8 # Parent a34b5e7c66830e2f13e4ec32f7abbd64a06a5b8a sshpeer: fix docstring typo diff -r a34b5e7c6683 -r cc2382b60007 mercurial/sshpeer.py --- a/mercurial/sshpeer.py Thu Apr 13 13:12:49 2017 -0400 +++ b/mercurial/sshpeer.py Thu Apr 13 14:48:18 2017 -0400 @@ -62,7 +62,7 @@ large read for data not yet emitted by the server. The main pipe is expected to be a 'bufferedinputpipe' from the util module - that handle all the os specific bites. This class lives in this module + that handle all the os specific bits. This class lives in this module because it focus on behavior specific to the ssh protocol.""" def __init__(self, ui, main, side):