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:
authorKen Hughes <khughes@pacific.edu>2006-12-17 07:24:19 +0300
committerKen Hughes <khughes@pacific.edu>2006-12-17 07:24:19 +0300
commit8b64628e300c96f9c8582922307004851da0a29a (patch)
treef86281d045abb2c5e3fc861e4191e3c09c8c016b /source/blender/python/api2_2x/doc/Image.py
parente6434898c86271695626a666ae9fc80a189fde7d (diff)
Python API
---------- Fixing various typos (hey guys, it's helpful to proofread the documentation before you commit it :-) )
Diffstat (limited to 'source/blender/python/api2_2x/doc/Image.py')
-rw-r--r--source/blender/python/api2_2x/doc/Image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Image.py b/source/blender/python/api2_2x/doc/Image.py
index f0c76f5e52a..882429a71e2 100644
--- a/source/blender/python/api2_2x/doc/Image.py
+++ b/source/blender/python/api2_2x/doc/Image.py
@@ -317,7 +317,7 @@ class Image:
def pack():
"""
Packs the image into the current blend file.
- @note: An error will be raised if the image is alredy packed or the filename path does not exist.
+ @note: An error will be raised if the image is already packed or the filename path does not exist.
@returns: nothing
@rtype: none
"""