Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoilnen Leite <joilnen.leite@gmail.com>2005-05-09 17:40:00 +0400
committerJoilnen Leite <joilnen.leite@gmail.com>2005-05-09 17:40:00 +0400
commit34cd733c2b9554671ed1a28a16b8cee3defae0ee (patch)
treeb2fcfff77c42757b26c880a3d5af798a3ee31e4c /source/blender/python
parentdec1c38332805897ab1ba19aa4454bf78108b59e (diff)
fixed a syntax error line 45
.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/doc/Font.py2
1 files changed, 1 insertions, 1 deletions
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
=================