Changed wording for error message

This commit is contained in:
A.M. Rowsell 2024-11-19 05:25:00 -05:00
commit 2ddcd98636
Signed by: amr
GPG key ID: 0B6E2D8375CF79A9

View file

@ -74,7 +74,7 @@ class spirographs:
try:
self.bigRadius = float(widget.get_text())
except ValueError:
print("Couldn't get a float for R, ignoring...\n")
print("Not a float for R, ignoring...\n")
return
self.bigRadiusAdjustment.set_value(self.bigRadius)