Skip to content

Commit

Permalink
Improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Aug 14, 2024
1 parent 9845cf1 commit fa8d2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roboquant/feeds/eventchannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def put(self, event: Event):
def get(self, timeout=None) -> Event | None:
"""Returns the next event or None if this channel is just closed
- timeout: the timeout in seconds to send a heartbeat in case no other events were available, default is None.
- timeout: the timeout in seconds to send a heartbeat in case no event was received, default is None.
A heartbeat is an empty event.
"""
try:
Expand Down
2 changes: 1 addition & 1 deletion tests/performance/test_delay.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TestDelay(unittest.TestCase):
"""
Measure the delay of receiving live prices from IEX using Alpaca.
It requires that the system clock of your computer is correct and accurate.
It requires that the system clock of your computer is set correctly.
You can navigate to https://time.is/ to get a rought idea about its accuracy.
This route includes the following paths if you run this script from home:
Expand Down

0 comments on commit fa8d2e0

Please sign in to comment.