fixed a syntax error line 45

.
This commit is contained in:
2005-05-09 13:40:00 +00:00
parent dec1c38332
commit 34cd733c2b

View File

@@ -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
=================