Skip to content

Commit c8964f4

Browse files
committed
fix doc test
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent 5ebdb41 commit c8964f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user/ppl/cmd/stats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Usage: DISTINCT_COUNT_APPROX(expr). Return the approximate distinct count value
248248

249249
Example::
250250

251-
os> source=accounts | stats distinct_count_approx(gender);
251+
PPL> source=accounts | stats distinct_count_approx(gender);
252252
fetched rows / total rows = 1/1
253253
+-------------------------------+
254254
| distinct_count_approx(gender) |

0 commit comments

Comments
 (0)