From: Georg Brandl Date: Sun, 16 Dec 2007 15:59:19 +0000 (+0000) Subject: Remove another unnecessary Unicode character. X-Git-Tag: v2.6a1~851 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dfe956bfcc27a27f7188825a39a8c3a810657d6;p=python Remove another unnecessary Unicode character. --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 354bb1114d..30cb729362 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.