From 54113d9d6b2a73120c7f4a99d3e927249be273e8 Mon Sep 17 00:00:00 2001 From: Pahaz Blinov Date: Sat, 21 Mar 2015 01:20:25 +0500 Subject: [PATCH] Fix typo --- dockerpty/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerpty/io.py b/dockerpty/io.py index 06282b5..ac2beda 100644 --- a/dockerpty/io.py +++ b/dockerpty/io.py @@ -243,7 +243,7 @@ class Pump(object): """ Stream pump class. - A Pump wraps two Streams, reading from one and and writing its data into + A Pump wraps two Streams, reading from one and writing its data into the other, much like a pipe but manually managed. This abstraction is used to facilitate piping data between the file