more spell checking.

This commit is contained in:
Stephen Swaney
2006-07-12 14:27:13 +00:00
parent cfeaf8dfdf
commit aa42dc28f1
7 changed files with 73 additions and 73 deletions

View File

@@ -116,7 +116,7 @@ class Modifiers:
"""
Moves the modifier up in the object's modifier stack.
@type modifier: a modifier from this sequence to remove.
@rtype: PyNone
@rtype: None
@raise RuntimeError: request to move above another modifier requiring
original data
@note: Accessing attributes of the modifier after removing will raise an error.
@@ -126,7 +126,7 @@ class Modifiers:
"""
Moves the modifier down in the object's modifier stack.
@type modifier: a modifier from this sequence to remove.
@rtype: PyNone
@rtype: None
@raise RuntimeError: request to move modifier beyond a non-deforming
modifier
@note: Accessing attributes of the modifier after removing will raise an error.