docs/library/btree: Fix method links to explicitly specify class.
So they don't clash with other potential references. Signed-off-by: Koudai Aono <koxudaxi@gmail.com>
This commit is contained in:
committed by
Damien George
parent
769453c750
commit
ab7c5a1733
@@ -151,10 +151,10 @@ Constants
|
|||||||
|
|
||||||
.. data:: INCL
|
.. data:: INCL
|
||||||
|
|
||||||
A flag for `keys()`, `values()`, `items()` methods to specify that
|
A flag for :meth:`btree.keys`, :meth:`btree.values`, :meth:`btree.items` methods to specify that
|
||||||
scanning should be inclusive of the end key.
|
scanning should be inclusive of the end key.
|
||||||
|
|
||||||
.. data:: DESC
|
.. data:: DESC
|
||||||
|
|
||||||
A flag for `keys()`, `values()`, `items()` methods to specify that
|
A flag for :meth:`btree.keys`, :meth:`btree.values`, :meth:`btree.items` methods to specify that
|
||||||
scanning should be in descending direction of keys.
|
scanning should be in descending direction of keys.
|
||||||
|
|||||||
Reference in New Issue
Block a user