commit | 6dfe956bfcc27a27f7188825a39a8c3a810657d6 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Dec 16 15:59:19 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Dec 16 15:59:19 2007 +0000 |
tree | 939f45491cea6ce5e4813d7b360ad8bdd4ea1787 | |
parent | 459744cc71a8b91e229329dc3b9d8a77f68fd801 [diff] |
Remove another unnecessary Unicode character.
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 @@ .. 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.