Python API

----------
Fixing various typos (hey guys, it's helpful to proofread the documentation
before you commit it :-) )
This commit is contained in:
Ken Hughes
2006-12-17 04:24:19 +00:00
parent e6434898c8
commit 8b64628e30
10 changed files with 18 additions and 18 deletions

View File

@@ -53,7 +53,7 @@ class Font:
def pack():
"""
Packs the sound into the current blend file.
@note: An error will be raised if the sound is alredy packed or the filename path does not exist.
@note: An error will be raised if the sound is already packed or the filename path does not exist.
@returns: nothing
@rtype: none
"""