projects
/
flexagon-toolkit.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
23f3596
)
diagram: fix a typo in a comment s/con/cos/
author
Antonio Ospite <ao2@ao2.it>
Wed, 27 Jun 2018 18:02:30 +0000
(20:02 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Thu, 28 Jun 2018 14:45:09 +0000
(16:45 +0200)
src/diagram/diagram.py
patch
|
blob
|
history
diff --git
a/src/diagram/diagram.py
b/src/diagram/diagram.py
index
ec45e5c
..
e6c51c4
100755
(executable)
--- a/
src/diagram/diagram.py
+++ b/
src/diagram/diagram.py
@@
-162,7
+162,7
@@
class Diagram(object):
# | 0 0 1 |
#
# | cos(theta) -sin(theta) 0 |
- # R = | sin(theta) co
n
(theta) 0 |
+ # R = | sin(theta) co
s
(theta) 0 |
# | 0 0 1 |
#
# | 1 0 dest_x |