Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit e2b6aea

Browse files
authored
Update README.md (#464)
Good spot
1 parent 8e5e90e commit e2b6aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ n = eel.js_random()() # This immediately returns the value
288288
print('Got this from Javascript:', n)
289289
```
290290

291-
You can only perform synchronous returns after the browser window has started (after calling `eel.start()`), otherwise obviously the call with hang.
291+
You can only perform synchronous returns after the browser window has started (after calling `eel.start()`), otherwise obviously the call will hang.
292292

293293
In Javascript, the language doesn't allow us to block while we wait for a callback, except by using `await` from inside an `async` function. So the equivalent code from the Javascript side would be:
294294

0 commit comments

Comments
 (0)