This repo is not current. Development has moved from Hg to Git. For the latest code use the "Source Code" tab above to go to the "Thun" git repo or navigate to:
https://osdn.net/projects/joypy/scm/git/Thun
Révision | b3512cb74c58b640470c43b534696703f14fbd83 (tree) |
---|---|
l'heure | 2020-11-24 01:44:33 |
Auteur | ![]() |
Commiter | Simon Forman |
Fix a typo.
@@ -40,7 +40,7 @@ | ||
40 | 40 | This function iterates through a sequence of terms which are either |
41 | 41 | literals (strings, numbers, sequences of terms) or function symbols. |
42 | 42 | Literals are put onto the stack and functions are looked up in the |
43 | - disctionary and executed. | |
43 | + dictionary and executed. | |
44 | 44 | |
45 | 45 | The viewer is a function that is called with the stack and expression |
46 | 46 | on every iteration, its return value is ignored. |