Skip to content

Commit 3240f95

Browse files
authored
Merge pull request #48 from zinal/ex_basic-example_p3
fixed incorrect comment on TablePathPrefix in basic_example.py
2 parents 09ffbc7 + a31e708 commit 3240f95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/basic_example_v1/basic_example.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
# at the beginning of the query allows to reference the tables through
99
# their names "under" the specified directory.
1010
#
11-
# TablePathPrefix can be defined as an absolute path (starting with slash),
12-
# or as a relative path. Absolute path has to be started with the current
13-
# database location.
11+
# TablePathPrefix has to be defined as an absolute path, which has to be started
12+
# with the current database location.
1413
#
1514
# https://ydb.tech/ru/docs/yql/reference/syntax/pragma#table-path-prefix
1615

0 commit comments

Comments
 (0)