Typos: Various workbenches and misc.

[skip ci]
This commit is contained in:
luzpaz
2017-12-24 09:48:11 -05:00
committed by wmayer
parent c18bc414bb
commit 128239b54a
55 changed files with 95 additions and 95 deletions

View File

@@ -203,7 +203,7 @@ def mid_point(prev_vertex,vertex,angle):
def split_records(line_record):
"""split_records(line_record)-> list of strings(records)
standard separator list separator is space, records containting encapsulated by " """
standard separator list separator is space, records containing encapsulated by " """
split_result=[]
quote_pos=line_record.find('"')
while quote_pos!=-1:
@@ -227,7 +227,7 @@ def process_emp(doc,filename,placement,board_thickness):
"""process_emp(doc,filename,placement,board_thickness) -> place components from emn file to board"""
filename=filename.partition(".emn")[0]+".emp"
empfile=pythonopen(filename, "r")
emp_unit=1.0 #presume milimeter like emn unit
emp_unit=1.0 #presume millimeter like emn unit
emp_version=2 #presume emn_version 2
comp_height=0 #presume 0 part height
comp_outline=[] #no part outline

View File

@@ -1,5 +1,5 @@
(c) 2010 Milos Koutny (milos.koutny@gmail.com)
All parts in this directory are suported by Milos Koutny
All parts in this directory are supported by Milos Koutny
and licensed under:
Creative Commons Attribution Share Alike