aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-30 22:12:40 +0000
committerGeorg Brandl <georg@python.org>2010-12-30 22:12:40 +0000
commit59b44721e37c214cb5f0288d81e7302b7622c45e (patch)
tree8d1b4770e5fddb939b0363f363f88c5401e7ef5b /Doc/library/turtle.rst
parentHarmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a R... (diff)
downloadcpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.gz
cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.bz2
cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.zip
Remove mentions of the Demo directory.
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r--Doc/library/turtle.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index c2b9f4172a6..4f2fbcc942d 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -2268,7 +2268,7 @@ There can be a :file:`turtle.cfg` file in the directory where :mod:`turtle` is
stored and an additional one in the current working directory. The latter will
override the settings of the first one.
-The :file:`Demo/turtle` directory contains a :file:`turtle.cfg` file. You can
+The :file:`Lib/turtledemo` directory contains a :file:`turtle.cfg` file. You can
study it as an example and see its effects when running the demos (preferably
not from within the demo-viewer).
@@ -2400,8 +2400,7 @@ Changes since Python 3.0
strings and numbers respectively.
- Two example scripts :file:`tdemo_nim.py` and :file:`tdemo_round_dance.py`
- have been added to the Demo directory (source distribution only). As usual
- they can be viewed and executed within the demo viewer :file:`turtleDemo.py`.
+ have been added to the :file:`Lib/turtledemo` directory.
.. doctest::