From 0d8b518dca3953972951a02954571b989e209a2d Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Mon, 1 Aug 2016 13:53:05 +0100 Subject: [PATCH] Documentation fixes --- fsl/utils/platform.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fsl/utils/platform.py b/fsl/utils/platform.py index 7736b6812..e0effb699 100644 --- a/fsl/utils/platform.py +++ b/fsl/utils/platform.py @@ -47,19 +47,19 @@ are running wx Python/Phoenix. WX_MAC_COCOA = 1 -"""Identifier for the :attr:`Platform.wxFlavour` property, indicating that we +"""Identifier for the :attr:`Platform.wxPlatform` property, indicating that we are running the OSX cocoa wx build. """ WX_MAC_CARBON = 2 -"""Identifier for the :attr:`Platform.wxFlavour` property, indicating that we +"""Identifier for the :attr:`Platform.wxPlatform` property, indicating that we are running the OSX carbon wx build. """ WX_GTK = 3 -"""Identifier for the :attr:`Platform.wxFlavour` property, indicating that we +"""Identifier for the :attr:`Platform.wxPlatform` property, indicating that we are running the Linux/GTK wx build. """ -- GitLab