diff options
author | anjalijaiswal08 | 2019-06-27 14:10:42 +0530 |
---|---|---|
committer | anjalijaiswal08 | 2019-06-27 14:10:42 +0530 |
commit | 360f41473a7d64e74ff071086f70176911c878ea (patch) | |
tree | d640c6851ba95a9365bdef3f7d024a3c86463971 | |
parent | a4359ecb03580b59aec729e2381a76267a91a023 (diff) | |
download | eSim-360f41473a7d64e74ff071086f70176911c878ea.tar.gz eSim-360f41473a7d64e74ff071086f70176911c878ea.tar.bz2 eSim-360f41473a7d64e74ff071086f70176911c878ea.zip |
Speel errors removed
-rw-r--r-- | src/subcircuit/newSub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subcircuit/newSub.py b/src/subcircuit/newSub.py index b44e71ca..bd88064a 100644 --- a/src/subcircuit/newSub.py +++ b/src/subcircuit/newSub.py @@ -8,7 +8,7 @@ import os # This class is called when User create new Project. class NewSub(QtGui.QWidget): """ - Contains funstions to check : + Contains functions to check : - Name of project should not be blank. - Name should not contain space between them. - Name does not match with existing project. |