Skip to content

Commit 140173d

Browse files
authored
docs(query_cursor): fix missing space in hint
1 parent 1d87ce7 commit 140173d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree_sitter/binding/query_cursor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ PyDoc_STRVAR(query_cursor_captures_doc,
292292
"captures(self, node, /, predicate=None, progress_callback=None)\n--\n\n"
293293
"Get a list of *captures* within the given node.\n\n" DOC_RETURNS
294294
"A dict where the keys are the names of the captures and the values are "
295-
"lists of the captured nodes." DOC_HINT "This method returns all of the"
295+
"lists of the captured nodes." DOC_HINT "This method returns all of the "
296296
"captures while :meth:`matches` only returns the last match.");
297297

298298
static PyMethodDef query_cursor_methods[] = {

0 commit comments

Comments
 (0)