We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769453c commit ab7c5a1Copy full SHA for ab7c5a1
docs/library/btree.rst
@@ -151,10 +151,10 @@ Constants
151
152
.. data:: INCL
153
154
- 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
155
scanning should be inclusive of the end key.
156
157
.. data:: DESC
158
159
160
scanning should be in descending direction of keys.
0 commit comments