Skip to content

Commit fd7d5ff

Browse files
committed
Fix formatting.
1 parent fa8163c commit fd7d5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/builtins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Alternatively, rather than using a double `await` (one to get the response, the
150150
other to grab the data), it's possible to chain the calls into a single
151151
`await` like this:
152152

153-
```python title="A simple HTTP GET as a single `await`"
153+
```python title="A simple HTTP GET as a single await"
154154
from pyscript import fetch
155155

156156
data = await fetch("https://example.com").text()

0 commit comments

Comments
 (0)