summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-05-25 00:11:14 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2013-05-25 00:11:14 +0200
commit52490ca1ecc8f86bffd7dcb63d74e2bf2b91d48f (patch)
tree2238227e11f71f4aba7dcbbae56e6742a33c4aed
parentb6475f1a4facae7b9363b979ddf89b5374e94d70 (diff)
downloadhappybase-52490ca1ecc8f86bffd7dcb63d74e2bf2b91d48f.tar.gz
Condense 'versionadded' directives in docs
Hopefully this fixes the rendering on Read the Docs.
-rw-r--r--happybase/connection.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/happybase/connection.py b/happybase/connection.py
index 0a9183d..6256042 100644
--- a/happybase/connection.py
+++ b/happybase/connection.py
@@ -64,15 +64,12 @@ class Connection(object):
use the framed transport.
.. versionadded:: 0.5
-
`timeout` parameter
.. versionadded:: 0.4
-
`table_prefix_separator` parameter
.. versionadded:: 0.4
-
support for framed Thrift transports
:param str host: The host to connect to
@@ -284,8 +281,7 @@ class Connection(object):
"""Delete the specified table.
.. versionadded:: 0.5
-
- The `disable` parameter was added.
+ the `disable` parameter
In HBase, a table always needs to be disabled before it can be deleted.
If the `disable` parameter is `True`, this method first disables the