summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-08-08 18:50:14 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-08-08 18:50:14 (GMT)
commit30c0d1d17417cfb9cce95c738a66603b980d4073 (patch)
tree46099b0445ca527321612fc5225d606df9fbbb25
parentdc68ffd003d2fd6b02f4f843e97789024a542c17 (diff)
downloadcpython-30c0d1d17417cfb9cce95c738a66603b980d4073.zip
cpython-30c0d1d17417cfb9cce95c738a66603b980d4073.tar.gz
cpython-30c0d1d17417cfb9cce95c738a66603b980d4073.tar.bz2
Reword paragraph to clarify
-rw-r--r--Doc/lib/libturtle.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/lib/libturtle.tex b/Doc/lib/libturtle.tex
index 673ca7b..6161cd9 100644
--- a/Doc/lib/libturtle.tex
+++ b/Doc/lib/libturtle.tex
@@ -253,12 +253,13 @@ you want to use the module to create graphics in a ``real'' program.
\subsection{Turtle, Pen and RawPen Objects \label{pen-rawpen-objects}}
-\class{Turtle}, \class{Pen} and \class{RawPen} objects have all the
-global functions described above, except for \function{demo()} as
-methods, which manipulate the given pen.
+Most of the global functions available in the module are also
+available as methods of the \class{Turtle}, \class{Pen} and
+\class{RawPen} classes, affecting only the state of the given pen.
The only method which is more powerful as a method is
-\function{degrees()}.
+\function{degrees()}, which takes an optional argument letting
+you specify the number of units corresponding to a full circle:
\begin{methoddesc}{degrees}{\optional{fullcircle}}
\var{fullcircle} is by default 360. This can cause the pen to have any