From: rishucoding Date: Mon, 2 Jul 2018 16:36:24 +0000 (+0530) Subject: changing comment to docstring X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d161fe63421fe0d5dd43298109d9894ebcaa5a7;p=pinmux.git changing comment to docstring --- diff --git a/src/bsv/interface_decl.py b/src/bsv/interface_decl.py index b63d487..bb553c6 100644 --- a/src/bsv/interface_decl.py +++ b/src/bsv/interface_decl.py @@ -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 = {}