From b29f3d3bd0cd6c8a8d2d5f2d18b21fe73176ff85 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Tue, 5 Feb 2019 16:50:50 +0100 Subject: [PATCH] Improve comment Contributes to CL-1222 --- plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py b/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py index 9b30933ec9..601d5ae955 100644 --- a/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py +++ b/plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py @@ -86,7 +86,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin): # Check if cloud flow is possible when user logs in self._account.loginStateChanged.connect(self.checkCloudFlowIsPossible) - # Listen for when Cloud Flow is possible + # Listen for when cloud flow is possible self.cloudFlowIsPossible.connect(self._onCloudFlowPossible) def getDiscoveredDevices(self):