]> granicus.if.org Git - python/commitdiff
Reword paragraph to clarify
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 8 Aug 2006 18:50:14 +0000 (18:50 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 8 Aug 2006 18:50:14 +0000 (18:50 +0000)
Doc/lib/libturtle.tex

index 673ca7be0e0cbafa0fe43a5f0d4fa19ee5553253..6161cd989f0466d8856c1b4a1c9e2e791c99fbf7 100644 (file)
@@ -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