Skip to content

Commit b489188

Browse files
authored
Update computer-api.mdx – fix typo
fixed typo. From `keboard` to `keyboard`.
1 parent c81d910 commit b489188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-execution/computer-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Performs a hotkey on the computer
3535

3636

3737
```python
38-
interpreter.computer.keboard.hotkey(" ", "command")
38+
interpreter.computer.keyboard.hotkey(" ", "command")
3939
```
4040

4141

0 commit comments

Comments
 (0)