changing comment to docstring
authorrishucoding <rishucoding@gmail.com>
Mon, 2 Jul 2018 16:36:24 +0000 (22:06 +0530)
committerrishucoding <rishucoding@gmail.com>
Mon, 2 Jul 2018 16:36:24 +0000 (22:06 +0530)
src/bsv/interface_decl.py

index b63d48782fbcd4705c17d9f596692ded0d156820..bb553c64888ea9859e0822258ec33745f4cc1d70 100644 (file)
@@ -310,7 +310,10 @@ class Interfaces(UserDict):
         # with (name,count) *at* times
         self[name] = iface
 
-    # will check specific peripheral.txt files like spi.txt
+    """
+    will check specific files of kind peripheral.txt like spi.txt,
+    uart.txt in test directory
+    """
     def read_spec(self, pth, name):
         spec = []
         ganged = {}