From 9be45efd580a6177315b848e0ff226a4c8070f2e Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Thu, 5 Mar 2020 16:29:35 -0600 Subject: Fix a couple of product names Change-Id: I7d1fffadc0bcaec4ec9e9d43c9d9bb3351d570b7 --- source/text/sbasic/python/python_platform.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/sbasic/python') diff --git a/source/text/sbasic/python/python_platform.xhp b/source/text/sbasic/python/python_platform.xhp index 95792c229d..364e067f3b 100644 --- a/source/text/sbasic/python/python_platform.xhp +++ b/source/text/sbasic/python/python_platform.xhp @@ -62,7 +62,7 @@ End Property ' Platform.DirSeparator Public Property Get IsLinux As Boolean - isLinux = ( GetGUIType()=4 ) ' Applies to MacOS X as well + isLinux = ( GetGUIType()=4 ) ' Applies to macOS as well End Property ' Platform.isLinux Public Property Get IsMacOSX As Boolean -- cgit