From 6c10abd06a774e5733a49e5ca38179afe281902a Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 20 Oct 2021 11:52:17 +0200 Subject: [PATCH] Fix `print()` reference in Complying with licenses --- about/complying_with_licenses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/complying_with_licenses.rst b/about/complying_with_licenses.rst index b3990c6db..2c6515174 100644 --- a/about/complying_with_licenses.rst +++ b/about/complying_with_licenses.rst @@ -63,7 +63,7 @@ Some games have a special menu (often in the settings) to display licenses. Output log ^^^^^^^^^^ -Just printing the licensing text using the :ref:`print() ` +Just printing the licensing text using the :ref:`print() ` function may be enough on platforms where a global output log is readable. This is the case on desktop platforms, Android and HTML5 (but not iOS and UWP).