Misc typos and whitespace fixes
Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*`
This commit is contained in:
@@ -37,7 +37,7 @@ def shapeset(shapelst):
|
||||
return set([shape.hashCode() for shape in shapelst])
|
||||
|
||||
def mostbasiccompound(comp):
|
||||
'''searches fo the most basic shape in a Compound'''
|
||||
'''searches for the most basic shape in a Compound'''
|
||||
solids=shapeset(comp.Solids)
|
||||
shells=shapeset(comp.Shells)
|
||||
faces=shapeset(comp.Faces)
|
||||
|
||||
Reference in New Issue
Block a user