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 de09626 commit b9ff6a8Copy full SHA for b9ff6a8
docs/quickstart.rst
@@ -50,3 +50,7 @@ Driver initialization:
50
credentials=ydb.credentials_from_env_variables(),
51
) as driver:
52
driver.wait(timeout=5, fail_fast=True)
53
+
54
55
+>>> print("hello world")
56
+hello world
0 commit comments