diff --git a/docs/installation.md b/docs/installation.md index 5e15cae81..5fd70dac4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -8,7 +8,7 @@ ZX Basic SDK comes two several flavours: * Multiplatform python scripts (will require Python 3.8+ to be installed in your system) ### Prerequisites -For the _Multi-platform_ bundle, you will need a [python](http://www.python.org) interpreter **version 3.8** or +For the _Multi-platform_ bundle, you will need a [python](http://www.python.org) interpreter **version 3.11** or higher installed in your system (Linux and Mac OS X users will probably have it already). ### Downloading diff --git a/docs/library/print42.bas.md b/docs/library/print42.bas.md index b6d96a6b0..372dccca8 100644 --- a/docs/library/print42.bas.md +++ b/docs/library/print42.bas.md @@ -19,7 +19,7 @@ Moves the print42 system's print cursor to row Y, column X. Note that `0 <= x <= for X can be up to 41. The range of values for Y is the normal 0-23. ``` -printat42(STRING) +print42(STRING) ``` Prints the string to the screen at the current Print42 co-ordinates. It does so in the current permanent colours.