浏览代码

clarify sq_cmp

zeromus 9 年之前
父节点
当前提交
2f6419f19b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/source/reference/api/stack_operations.rst

+ 1 - 1
doc/source/reference/api/stack_operations.rst

@@ -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.