Skip to content

Commit 8d74c3d

Browse files
authored
docs: fix simple typo, underyling -> underlying (#254)
There is a small typo in happybase/connection.py. Should read `underlying` rather than `underyling`.
1 parent f5b6d10 commit 8d74c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

happybase/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def open(self):
176176
self.transport.open()
177177

178178
def close(self):
179-
"""Close the underyling transport to the HBase instance.
179+
"""Close the underlying transport to the HBase instance.
180180
181181
This method closes the underlying Thrift transport (TCP connection).
182182
"""

0 commit comments

Comments
 (0)