diff options
Diffstat (limited to 'Doc/lib/libturtle.tex')
-rw-r--r-- | Doc/lib/libturtle.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libturtle.tex b/Doc/lib/libturtle.tex index 6161cd9..fa8f0dd 100644 --- a/Doc/lib/libturtle.tex +++ b/Doc/lib/libturtle.tex @@ -261,7 +261,7 @@ The only method which is more powerful as a method is \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}[Turtle]{degrees}{\optional{fullcircle}} \var{fullcircle} is by default 360. This can cause the pen to have any angular units whatever: give \var{fullcircle} 2*$\pi$ for radians, or 400 for gradians. |