Skip to content

Commit afa022f

Browse files
committed
Fix typos in NEWS
1 parent d93b4d2 commit afa022f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Release date: 2014-02-25
2727

2828
* Add support for retrieving sorted columns, which is possible with the HBase
2929
0.96 Thrift API. This feature uses a new `sorted_columns` argument to
30-
:py:meth:`Table.scan`. An ```OrderedDict`` implementation is required for this
30+
:py:meth:`Table.scan`. An ``OrderedDict`` implementation is required for this
3131
feature; with Python 2.7 this is available from the standard library, but for
32-
Python 2.6 a separate ```ordereddict``` pacakge has to be installed from PyPI.
32+
Python 2.6 a separate ``ordereddict`` package has to be installed from PyPI.
3333
(`issue #39 <https://github.com/wbolster/happybase/issues/39>`_)
3434

3535
* The `batch_size` argument to :py:meth:`Table.scan` is no longer propagated to

0 commit comments

Comments
 (0)