Skip to content

Commit 64db39c

Browse files
authored
Merge pull request #1017 from rtorralba/main
Fix documentation
2 parents c3113de + e4d7f4a commit 64db39c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ZX Basic SDK comes two several flavours:
88
* Multiplatform python scripts (will require Python 3.8+ to be installed in your system)
99

1010
### Prerequisites
11-
For the _Multi-platform_ bundle, you will need a [python](http://www.python.org) interpreter **version 3.8** or
11+
For the _Multi-platform_ bundle, you will need a [python](http://www.python.org) interpreter **version 3.11** or
1212
higher installed in your system (Linux and Mac OS X users will probably have it already).
1313

1414
### Downloading

docs/library/print42.bas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Moves the print42 system's print cursor to row Y, column X. Note that `0 <= x <=
1919
for X can be up to 41. The range of values for Y is the normal 0-23.
2020

2121
```
22-
printat42(STRING)
22+
print42(STRING)
2323
```
2424

2525
Prints the string to the screen at the current Print42 co-ordinates. It does so in the current permanent colours.

0 commit comments

Comments
 (0)