From 1862266fc1c21cee95a0e9ad4264c9225eb607f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BCl=20Torralba=20Adsuara?= Date: Sun, 23 Nov 2025 10:26:51 +0100 Subject: [PATCH 1/2] fix: update Python version requirement to 3.11 in installation documentation --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e4d7f4aefa0fcdef3df774f1527bfaa2a4972c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BCl=20Torralba=20Adsuara?= Date: Sun, 23 Nov 2025 10:32:13 +0100 Subject: [PATCH 2/2] fix: correct function name from printat42 to print42 in documentation --- docs/library/print42.bas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.