From 21b832e8c1a03d9d805bc792ec56edb42ecc380f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 6 Mar 2011 10:53:55 +0100 Subject: [PATCH] #11392: you can trust the computer, but you have to know what it does. --- Doc/library/turtle.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 0f368adffb8..129ec0e0685 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 |