Skip to content

Commit

Permalink
docs: remove await keyword from q.page.drop #2319
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok committed Apr 25, 2024
1 parent fc0d03a commit 8ea0b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To clear all cards in the active page from within a Wave app, use `q.page.drop()

```py
async def serve(q: Q):
await q.page.drop()
q.page.drop()
```

## Replace
Expand Down

0 comments on commit 8ea0b3f

Please sign in to comment.