summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-16 15:59:19 (GMT)
committerGeorg Brandl <georg@python.org>2007-12-16 15:59:19 (GMT)
commit6dfe956bfcc27a27f7188825a39a8c3a810657d6 (patch)
tree939f45491cea6ce5e4813d7b360ad8bdd4ea1787
parent459744cc71a8b91e229329dc3b9d8a77f68fd801 (diff)
downloadcpython-6dfe956bfcc27a27f7188825a39a8c3a810657d6.zip
cpython-6dfe956bfcc27a27f7188825a39a8c3a810657d6.tar.gz
cpython-6dfe956bfcc27a27f7188825a39a8c3a810657d6.tar.bz2
Remove another unnecessary Unicode character.
-rw-r--r--Doc/library/turtle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 354bb11..30cb729 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.