commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7807 - gnuradio/branches/releases/3.1/gnuradio-core/s


From: jcorgan
Subject: [Commit-gnuradio] r7807 - gnuradio/branches/releases/3.1/gnuradio-core/src/python/gnuradio/gr
Date: Sun, 24 Feb 2008 11:18:28 -0700 (MST)

Author: jcorgan
Date: 2008-02-24 11:18:28 -0700 (Sun, 24 Feb 2008)
New Revision: 7807

Modified:
   
gnuradio/branches/releases/3.1/gnuradio-core/src/python/gnuradio/gr/hier_block2.py
Log:
Applied changeset r7721 on trunk to release branch.

Modified: 
gnuradio/branches/releases/3.1/gnuradio-core/src/python/gnuradio/gr/hier_block2.py
===================================================================
--- 
gnuradio/branches/releases/3.1/gnuradio-core/src/python/gnuradio/gr/hier_block2.py
  2008-02-24 18:17:17 UTC (rev 7806)
+++ 
gnuradio/branches/releases/3.1/gnuradio-core/src/python/gnuradio/gr/hier_block2.py
  2008-02-24 18:18:28 UTC (rev 7807)
@@ -50,7 +50,7 @@
     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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]