summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-05-25 00:13:44 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-05-25 00:13:44 +0200
commit54f8616e8b3b5ff424e379967fe7b35f32c4405c (patch)
tree857a27a1704af6003d62942968d44fc2d274c405 /NEWS.rst
parent08ee98b373ed5b76a922b5a4211eba3544676609 (diff)
downloadhappybase-54f8616e8b3b5ff424e379967fe7b35f32c4405c.tar.gz
Fix typo in release notes
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index fc0a02c..9edb0a4 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,7 +19,7 @@ New features:
* Improved compatibility with HBase 0.90.x
* In earlier versions, using :py:meth:`Table.scan` in combination with HBase
- 0.90.x often resulted in crashes, caused by incompatibilities the
+ 0.90.x often resulted in crashes, caused by incompatibilities in the
underlying Thrift protocol.
* A new `compat` flag to the :py:class:`Connection` constructor has been
added to enable compatibility with HBase 0.90.x.