From 87db7b1ce79318b032f53aa65db7c890b88b4713 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Sun, 25 Oct 2015 19:19:04 +0300 Subject: [PATCH] Fix __title__ in LatticePolarArray.py --- latticePolarArray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latticePolarArray.py b/latticePolarArray.py index dc4a0b7..558be74 100644 --- a/latticePolarArray.py +++ b/latticePolarArray.py @@ -21,7 +21,7 @@ #* * #*************************************************************************** -__title__="Base feature module for lattice object of lattice workbench for FreeCAD" +__title__="Polar array feature module for lattice workbench for FreeCAD" __author__ = "DeepSOIC" __url__ = ""