Skip to content

Commit

Permalink
docs: remove await keyword from q.page.drop #2319 (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok authored Apr 26, 2024
1 parent fc0d03a commit 79f1125
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 79f1125

Please sign in to comment.