From 34cd733c2b9554671ed1a28a16b8cee3defae0ee Mon Sep 17 00:00:00 2001 From: Joilnen Leite Date: Mon, 9 May 2005 13:40:00 +0000 Subject: fixed a syntax error line 45 . --- source/blender/python/api2_2x/doc/Font.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') diff --git a/source/blender/python/api2_2x/doc/Font.py b/source/blender/python/api2_2x/doc/Font.py index 6f40f0599de..eec857d431d 100644 --- a/source/blender/python/api2_2x/doc/Font.py +++ b/source/blender/python/api2_2x/doc/Font.py @@ -42,7 +42,7 @@ def Get (name = None): - (name): The Text3d object with the given name; - (): A list with all Text3d objects in the current scene. """ -class Text3d.Font: +class Font: """ The Text3d.Font object ================= -- cgit v1.2.3