Remove another unnecessary Unicode character.

This commit is contained in:
Georg Brandl 2007-12-16 15:59:19 +00:00
parent 459744cc71
commit 6dfe956bfc
1 changed files with 1 additions and 1 deletions

View File

@ -308,5 +308,5 @@ corresponding to a full circle:
.. method:: Turtle.degrees([fullcircle])
*fullcircle* is by default 360. This can cause the pen to have any angular units
whatever: give *fullcircle* 2\*$π for radians, or 400 for gradians.
whatever: give *fullcircle* ``2*pi`` for radians, or 400 for gradians.