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/BGL.py')
-rw-r--r--source/blender/python/api2_2x/doc/BGL.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/doc/BGL.py b/source/blender/python/api2_2x/doc/BGL.py
index d9a06d836bf..2bed4380b44 100644
--- a/source/blender/python/api2_2x/doc/BGL.py
+++ b/source/blender/python/api2_2x/doc/BGL.py
@@ -1716,8 +1716,8 @@ class Buffer:
sliceBuffer = myByteBuffer[0:16]
print sliceBuffer
- @cvar list: The contents of the Buffer.
- @cvar dimensions: The size of the Buffer.
+ @ivar list: The contents of the Buffer.
+ @ivar dimensions: The size of the Buffer.
"""
def __init__(type, dimensions, template = None):