projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo in doc/reference.rst
[linpy.git]
/
examples
/
tesseract.py
diff --git
a/examples/tesseract.py
b/examples/tesseract.py
index
b2a5e97
..
0a57188
100755
(executable)
--- a/
examples/tesseract.py
+++ b/
examples/tesseract.py
@@
-1,6
+1,6
@@
#!/usr/bin/env python3
-from
pypol
import *
+from
linpy
import *
x, y, z, t = symbols('x y z t')