Skip to content

Commit 7cbe0d0

Browse files
committed
fix doctest
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent b6437e4 commit 7cbe0d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user/ppl/cmd/stats.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Usage: EARLIEST(field). Return the earliest time of the field.
271271

272272
Example::
273273

274-
os> source=nyc_taxi | stats earliest(timestamp);
274+
PPL> source=nyc_taxi | stats earliest(timestamp);
275275
fetched rows / total rows = 1/1
276276
+-----------------------------+
277277
| earliest(timestamp) |
@@ -291,7 +291,7 @@ Usage: LATEST(field). Return the latest time of the field.
291291

292292
Example::
293293

294-
os> source=nyc_taxi | stats latest(timestamp);
294+
PPL> source=nyc_taxi | stats latest(timestamp);
295295
fetched rows / total rows = 1/1
296296
+-----------------------------+
297297
| latest(timestamp) |

0 commit comments

Comments
 (0)