[Python-checkins] r59529 - python/trunk/Doc/library/turtle.rst

georg.brandl python-checkins at python.org
Sun Dec 16 16:59:19 CET 2007


Author: georg.brandl
Date: Sun Dec 16 16:59:19 2007
New Revision: 59529

Modified:
   python/trunk/Doc/library/turtle.rst
Log:
Remove another unnecessary Unicode character.


Modified: python/trunk/Doc/library/turtle.rst
==============================================================================
--- python/trunk/Doc/library/turtle.rst	(original)
+++ python/trunk/Doc/library/turtle.rst	Sun Dec 16 16:59:19 2007
@@ -308,5 +308,5 @@
 .. 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.
 


More information about the Python-checkins mailing list