summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-11-17 00:47:24 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2013-11-17 00:47:24 +0100
commitbf80a36e2dc71c9e881dc00502d85f8e9f494e63 (patch)
treeba3cdd7bf5c9ac929c50f610bb1405ac4cd05f1b
parent4000c68bf1a5645305cccdad0c2606a0bb5c2a5a (diff)
downloadhappybase-bf80a36e2dc71c9e881dc00502d85f8e9f494e63.tar.gz
Fix typo in NEWS
-rw-r--r--NEWS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 7b3ba4f..caac0a3 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -11,7 +11,7 @@ Release date: *not yet released*
* Add support for retrieving sorted columns, which is possible with the
HBase 0.96 Thrift API. This feature uses a new `sorted_columns` argument
- to py:meth:`Table.scan` (`issue #39
+ to :py:meth:`Table.scan` (`issue #39
<https://github.com/wbolster/happybase/issues/39>`_).