From da2271939a3a6d7922390750c09f4029da2f0b6f 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 d424b43ee59..1fe9699f962 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 |