summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-09 03:13:43 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-11-09 03:13:43 (GMT)
commite1f849c7d236838b324936f0f5ca249d5d231f80 (patch)
treecdda2d2139277a66e5e7e775860eb426065ac848
parentec30b3dd8c53b816d6c3f787ccc53772b62c161b (diff)
downloadcpython-e1f849c7d236838b324936f0f5ca249d5d231f80.zip
cpython-e1f849c7d236838b324936f0f5ca249d5d231f80.tar.gz
cpython-e1f849c7d236838b324936f0f5ca249d5d231f80.tar.bz2
Fixed a typo in ReST markup.
-rw-r--r--Doc/library/turtle.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index d96a543..efe9ae7 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -2271,9 +2271,8 @@ scripts can be run and viewed using the supplied demo viewer as follows::
python -m turtledemo
-Alternatively, you can run the demo scripts individually. For example,
+Alternatively, you can run the demo scripts individually. For example, ::
-::
python -m turtledemo.bytedesign
The :mod:`turtledemo` package directory contains: