diff --git a/fsl/utils/platform.py b/fsl/utils/platform.py index 7736b6812eb034e7f87323a94034b0aa88c5d0c4..e0effb6999c7b2d938aaf537ed161c8b8c27870e 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. """