Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0df52c3

Browse files
committed
Fix typo
1 parent a4b2d0b commit 0df52c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatbridge/pymatbridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def __init__(self, executable, socket_addr=None,
167167
self.socket = None
168168
atexit.register(self.stop)
169169

170-
def _program_name(self): # pramga: no cover
170+
def _program_name(self): # pragma: no cover
171171
raise NotImplemented
172172

173173
def _preamble_code(self):

0 commit comments

Comments
 (0)