From 6dfe956bfcc27a27f7188825a39a8c3a810657d6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 16 Dec 2007 15:59:19 +0000 Subject: [PATCH] Remove another unnecessary Unicode character. --- Doc/library/turtle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 354bb1114dc..30cb7293626 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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.