diff options
author | Wouter Bolsterlee <uws@xs4all.nl> | 2014-10-14 12:09:49 +0200 |
---|---|---|
committer | Wouter Bolsterlee <uws@xs4all.nl> | 2014-10-14 12:09:49 +0200 |
commit | 1c97120cb64ffa1f607c72bc0d37e501063a0356 (patch) | |
tree | d6d013847892ba6cf7121d94ed8a3361dc157560 | |
parent | b60bce8a63c07ab23c2a49662ea6571a50dc1c42 (diff) | |
download | happybase-1c97120cb64ffa1f607c72bc0d37e501063a0356.tar.gz |
Cosmetic changes to Connection docstring
-rw-r--r-- | happybase/connection.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/happybase/connection.py b/happybase/connection.py index dd23e3f..d4fb5d1 100644 --- a/happybase/connection.py +++ b/happybase/connection.py @@ -76,9 +76,9 @@ class Connection(object): protocol to use. Supported values for this argument are ``binary`` (the default) and ``compact``. Make sure to choose the right one, since otherwise you might see non-obvious connection errors or - program hangs when making a connection. TCompactProtocol is a - more compact binary format that is typically more efficient to - process as well. TBinaryAccelerated is the default protocol that + program hangs when making a connection. ``TCompactProtocol`` is + a more compact binary format that is typically more efficient to + process as well. ``TBinaryAccelerated`` is the default protocol that happybase uses. .. versionadded:: 0.9b |