mirror of https://github.com/python/cpython
Remove another unnecessary Unicode character.
This commit is contained in:
parent
459744cc71
commit
6dfe956bfc
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue