mirror of https://github.com/python/cpython
Reword paragraph to clarify
This commit is contained in:
parent
dc68ffd003
commit
30c0d1d174
|
@ -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}}
|
\subsection{Turtle, Pen and RawPen Objects \label{pen-rawpen-objects}}
|
||||||
|
|
||||||
\class{Turtle}, \class{Pen} and \class{RawPen} objects have all the
|
Most of the global functions available in the module are also
|
||||||
global functions described above, except for \function{demo()} as
|
available as methods of the \class{Turtle}, \class{Pen} and
|
||||||
methods, which manipulate the given pen.
|
\class{RawPen} classes, affecting only the state of the given pen.
|
||||||
|
|
||||||
The only method which is more powerful as a method is
|
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}}
|
\begin{methoddesc}{degrees}{\optional{fullcircle}}
|
||||||
\var{fullcircle} is by default 360. This can cause the pen to have any
|
\var{fullcircle} is by default 360. This can cause the pen to have any
|
||||||
|
|
Loading…
Reference in New Issue