소스 검색

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.