diff options
author | Georg Brandl <georg@python.org> | 2011-03-06 10:12:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-06 10:12:42 (GMT) |
commit | 891391bf68e66bc441d8c6fc49ab1cf657e394bd (patch) | |
tree | fe893ef7d37a765d7463184a9e5249d9c5720b3a /Doc/library/turtle.rst | |
parent | 13039c87f14aeed325bcb5fadd202922a614957b (diff) | |
parent | 1d0a0f50606835198b0e1935a9761f3c95fef350 (diff) | |
download | cpython-891391bf68e66bc441d8c6fc49ab1cf657e394bd.zip cpython-891391bf68e66bc441d8c6fc49ab1cf657e394bd.tar.gz cpython-891391bf68e66bc441d8c6fc49ab1cf657e394bd.tar.bz2 |
Merge doc fixes.
Diffstat (limited to 'Doc/library/turtle.rst')
-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 692746f..e995a7c 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -2306,9 +2306,11 @@ The demo scripts are: | bytedesign | complex classical | :func:`tracer`, delay,| | | turtle graphics 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 | |