Skip to content

Commit 3b86694

Browse files
committed
docs(singlestoredb): change yields to returns
1 parent 7f740db commit 3b86694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibis/backends/singlestoredb/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ def begin(self) -> Generator[Any, None, None]:
410410
handles transaction lifecycle including rollback on exceptions
411411
and proper cleanup.
412412
413-
Yields
414-
------
413+
Returns
414+
-------
415415
Cursor
416416
SingleStoreDB cursor for executing SQL commands
417417

0 commit comments

Comments
 (0)