diff options
author | Georg Brandl <georg@python.org> | 2011-03-06 09:53:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-06 09:53:55 (GMT) |
commit | da2271939a3a6d7922390750c09f4029da2f0b6f (patch) | |
tree | 2a00f1c50fbcda2f8bcdbd689739bc5235df1c56 | |
parent | e32acd0d79b1a82f8364a51cbe4c37ccb5485021 (diff) | |
download | cpython-da2271939a3a6d7922390750c09f4029da2f0b6f.zip cpython-da2271939a3a6d7922390750c09f4029da2f0b6f.tar.gz cpython-da2271939a3a6d7922390750c09f4029da2f0b6f.tar.bz2 |
#11392: you can trust the computer, but you have to know what it does.
-rw-r--r-- | Doc/library/turtle.rst | 8 |
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 | |