commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7721 - gnuradio/trunk/gnuradio-core/src/python/gnurad


From: jcorgan
Subject: [Commit-gnuradio] r7721 - gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr
Date: Sat, 16 Feb 2008 17:37:00 -0700 (MST)

Author: jcorgan
Date: 2008-02-16 17:37:00 -0700 (Sat, 16 Feb 2008)
New Revision: 7721

Modified:
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/hier_block2.py
Log:
Fix word usage.

Modified: gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/hier_block2.py
===================================================================
--- gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/hier_block2.py  
2008-02-16 21:03:39 UTC (rev 7720)
+++ gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/hier_block2.py  
2008-02-17 00:37:00 UTC (rev 7721)
@@ -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]