diff options
author | jcorgan | 2008-02-17 00:37:00 +0000 |
---|---|---|
committer | jcorgan | 2008-02-17 00:37:00 +0000 |
commit | dec3205cba1a23943b40e953a9e103e03be095ef (patch) | |
tree | dc009c3ce3e6ff6814d1df94bfbf3e4953d21246 /gnuradio-core | |
parent | 07a63e98260db46a240d3f2aa59843b82c1e9046 (diff) | |
download | gnuradio-dec3205cba1a23943b40e953a9e103e03be095ef.tar.gz gnuradio-dec3205cba1a23943b40e953a9e103e03be095ef.tar.bz2 gnuradio-dec3205cba1a23943b40e953a9e103e03be095ef.zip |
Fix word usage.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7721 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core')
-rw-r--r-- | gnuradio-core/src/python/gnuradio/gr/hier_block2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/gnuradio/gr/hier_block2.py b/gnuradio-core/src/python/gnuradio/gr/hier_block2.py index b6dd40cd5..3d3545a28 100644 --- a/gnuradio-core/src/python/gnuradio/gr/hier_block2.py +++ b/gnuradio-core/src/python/gnuradio/gr/hier_block2.py @@ -50,7 +50,7 @@ class hier_block2(object): def connect(self, *points): """ Connect two or more block endpoints. An endpoint is either a (block, port) - tuple, or just a block type. In the latter case, the port number is assumed + tuple or a block instance. In the latter case, the port number is assumed to be zero. To connect the hierarchical block external inputs or outputs to internal block |