diff options
author | anjalijaiswal08 | 2019-06-19 18:03:09 +0530 |
---|---|---|
committer | anjalijaiswal08 | 2019-06-21 15:56:02 +0530 |
commit | 9042022342fcb103ba85fdd6c973b09e6e89f668 (patch) | |
tree | 841a4fdc3b58b0b4271b15bae6e4462b6fd5a990 /src/subcircuit/openSub.py | |
parent | 1d9967fa80981e856825a5d5910902245f2390ba (diff) | |
download | eSim-9042022342fcb103ba85fdd6c973b09e6e89f668.tar.gz eSim-9042022342fcb103ba85fdd6c973b09e6e89f668.tar.bz2 eSim-9042022342fcb103ba85fdd6c973b09e6e89f668.zip |
Issue #88 solved: Documentation improved
Diffstat (limited to 'src/subcircuit/openSub.py')
-rw-r--r-- | src/subcircuit/openSub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subcircuit/openSub.py b/src/subcircuit/openSub.py index 4c1394eb..bebd28a1 100644 --- a/src/subcircuit/openSub.py +++ b/src/subcircuit/openSub.py @@ -8,7 +8,7 @@ import os class openSub(QtGui.QWidget): """ It opens the existing subcircuit projects that are present in - Subcircuit Library. + Subcircuit directory. """ def __init__(self): |