Skip to content

Commit f5b88bd

Browse files
author
markheger
committed
resolve issue with examples doc
1 parent 125e5e8 commit f5b88bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/streamsx/hbase/_hbase.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ class HBaseGet(streamsx.topology.composite.Map):
555555
"""
556556
HBaseGet gets tuples from an HBase table.
557557
558-
Example, gets tuples from HBase table 'streamsSample_lotr'.
558+
Example, gets tuples from HBase table 'streamsSample_lotr'::
559559
560560
inputStream = _create_stream_for_get(topo)
561561
# crete a query stream
@@ -856,7 +856,7 @@ class HBasePut(streamsx.topology.composite.Map):
856856
HBasePut puts the incoming tuples into an Hbase table.
857857
858858
859-
Example, puts tuples into HBase table 'streamsSample_lotr'.
859+
Example, puts tuples into HBase table 'streamsSample_lotr'::
860860
861861
import streamsx.hbase as hbase
862862
@@ -1206,7 +1206,7 @@ class HBaseScan(streamsx.topology.composite.Source):
12061206
If no input port is specifed, then the operator scans the table according to the parameters that you specify, and sends the final punctuation.
12071207
12081208
1209-
Example, puts tuples into HBase table 'streamsSample_lotr'.
1209+
Example, puts tuples into HBase table 'streamsSample_lotr'::
12101210
12111211
import streamsx.hbase as hbase
12121212

0 commit comments

Comments
 (0)