Skip to content

Commit

Permalink
Update README_PyPi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpeters1208 authored Apr 29, 2024
1 parent c71506e commit 2f64502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/embedded-server/README_PyPi.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ server = Server()
server.start()

from deephaven import time_table
ticking_table = time_table('00:00:01').update_view(formulas=["Col1 = i % 2"])
```
ticking_table = time_table('PT1s').update_view(formulas=["Col1 = i % 2"])
```

0 comments on commit 2f64502

Please sign in to comment.