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:
Diffstat (limited to 'source/blender/python/api2_2x/doc/Font.py')
-rw-r--r--source/blender/python/api2_2x/doc/Font.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/python/api2_2x/doc/Font.py b/source/blender/python/api2_2x/doc/Font.py
index 54167b9c268..e1e164ec3a7 100644
--- a/source/blender/python/api2_2x/doc/Font.py
+++ b/source/blender/python/api2_2x/doc/Font.py
@@ -47,10 +47,10 @@ class Font:
The Text3d.Font object
======================
This object gives access Blender's B{Font} objects
- @cvar name: The Text3d name.
- @cvar filename: The filename of the file loaded into this Text.
- @cvar mode: The follow_mode flag: if 1 it is 'on'; if 0, 'off'.
- @cvar nlines: The number of lines in this Text.
+ @ivar name: The Text3d name.
+ @ivar filename: The filename of the file loaded into this Text.
+ @ivar mode: The follow_mode flag: if 1 it is 'on'; if 0, 'off'.
+ @ivar nlines: The number of lines in this Text.
"""
def getName():