Skip to content

Commit c58db63

Browse files
authored
Removed docstring
1 parent 06cb5b1 commit c58db63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/sp_interpreter.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/python2
2-
"""
3-
sypy.py: Example interpreter for Symbolic Python.
4-
Call with command line arguments: <script-file> [input]
5-
"""
2+
3+
# sypy.py: Example interpreter for Symbolic Python.
4+
# Call with command line arguments: <script-file> [input]
5+
66

77
import sys
88
import ast

0 commit comments

Comments
 (0)