summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 10:53:55 +0100
committerGeorg Brandl <georg@python.org>2011-03-06 10:53:55 +0100
commit21b832e8c1a03d9d805bc792ec56edb42ecc380f (patch)
treebdef80dd38286318db38e3e2c1a974081bdc5b6f
parentcdbc6967e863aa9f636ac70823d7531cd1d7efd2 (diff)
downloadcpython-git-21b832e8c1a03d9d805bc792ec56edb42ecc380f.tar.gz
#11392: you can trust the computer, but you have to know what it does.
-rw-r--r--Doc/library/turtle.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 0f368adffb..129ec0e068 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -2169,9 +2169,11 @@ The demoscripts are:
| bytedesign | complex classical | :func:`tracer`, delay,|
| | turtlegraphics pattern | :func:`update` |
+----------------+------------------------------+-----------------------+
-| chaos | graphs verhust dynamics, | world coordinates |
-| | proves that you must not | |
-| | trust computers' computations| |
+| chaos | graphs Verhulst dynamics, | world coordinates |
+| | shows that computer's | |
+| | computations can generate | |
+| | results sometimes against the| |
+| | common sense expectations | |
+----------------+------------------------------+-----------------------+
| clock | analog clock showing time | turtles as clock's |
| | of your computer | hands, ontimer |