Skip to content

Commit

Permalink
Small fix to README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Artucuno authored Sep 17, 2024
1 parent 5084e38 commit 825211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ for _ in range(target//15):
<td >

```python
pyboy.tick(target)
pyboy.tick(target, False)

```
</td>
Expand Down

0 comments on commit 825211f

Please sign in to comment.