diff options
Diffstat (limited to 'happybase/connection.py')
-rw-r--r-- | happybase/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/happybase/connection.py b/happybase/connection.py index 8b1a60d..6852bbb 100644 --- a/happybase/connection.py +++ b/happybase/connection.py @@ -176,7 +176,7 @@ class Connection(object): self.transport.open() def close(self): - """Close the underyling transport to the HBase instance. + """Close the underlying transport to the HBase instance. This method closes the underlying Thrift transport (TCP connection). """ |