Changes between Initial Version and Version 1 of Ticket #19247, comment 5
- Timestamp:
- 09/20/15 07:36:52 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19247, comment 5
initial v1 1 The typo is fixed, and you will notice that it had nothing to do with this branch. Next time you spot a typo in a f ilewhich is not related to ticket X, instead of having the author of X fix it for you it would be better manners to add a commit yourself if you care.1 The typo is fixed, and you will notice that it had nothing to do with this branch. Next time you spot a typo in a function which is not related to ticket X, instead of having the author of X fix it for you it would be better manners to add a commit yourself if you care. 2 2 3 3 About sum: by default in a .py file the 'sum' is Python's sum. The symbolic sum would have to be imported manually, which I did not do.