A little spell-checkage.

Some return types changed from PyNone ( a C name ) to None.
This commit is contained in:
Stephen Swaney
2006-07-12 01:36:07 +00:00
parent 0d9002354f
commit fec1ebaca3
14 changed files with 218 additions and 218 deletions

View File

@@ -64,7 +64,7 @@ class Font:
Set the name of this Text3d object.
@type name: string
@param name: The new name.
@returns: PyNone
@returns: None
"""
def getText():
@@ -78,6 +78,6 @@ class Font:
Set the text string in this Text3d object
@type name: string
@param name: The new text string for this object.
@returns: PyNone
@returns: None
"""