Skip to content

Commit ab7c5a1

Browse files
koxudaxidpgeorge
authored andcommitted
docs/library/btree: Fix method links to explicitly specify class.
So they don't clash with other potential references. Signed-off-by: Koudai Aono <[email protected]>
1 parent 769453c commit ab7c5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/library/btree.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ Constants
151151

152152
.. data:: INCL
153153

154-
A flag for `keys()`, `values()`, `items()` methods to specify that
154+
A flag for :meth:`btree.keys`, :meth:`btree.values`, :meth:`btree.items` methods to specify that
155155
scanning should be inclusive of the end key.
156156

157157
.. data:: DESC
158158

159-
A flag for `keys()`, `values()`, `items()` methods to specify that
159+
A flag for :meth:`btree.keys`, :meth:`btree.values`, :meth:`btree.items` methods to specify that
160160
scanning should be in descending direction of keys.

0 commit comments

Comments
 (0)