summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 09:53:55 (GMT)
committerGeorg Brandl <georg@python.org>2011-03-06 09:53:55 (GMT)
commitda2271939a3a6d7922390750c09f4029da2f0b6f (patch)
tree2a00f1c50fbcda2f8bcdbd689739bc5235df1c56 /Doc/library
parente32acd0d79b1a82f8364a51cbe4c37ccb5485021 (diff)
downloadcpython-da2271939a3a6d7922390750c09f4029da2f0b6f.zip
cpython-da2271939a3a6d7922390750c09f4029da2f0b6f.tar.gz
cpython-da2271939a3a6d7922390750c09f4029da2f0b6f.tar.bz2
#11392: you can trust the computer, but you have to know what it does.
Diffstat (limited to 'Doc/library')
-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 d424b43..1fe9699 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -2290,9 +2290,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 |