clarify sq_cmp

This commit is contained in:
zeromus 2016-04-14 18:13:13 -05:00
parent 9218082df1
commit 2f6419f19b

View File

@ -13,7 +13,7 @@ Stack Operations
:returns: == 0 if obj1==obj2
:returns: < 0 if obj1<obj2
compares 2 object from the stack and compares them.
compares 2 object from the top of the stack. obj2 should be pushed before obj1.