proper capitalization

This commit is contained in:
Martin Diehl 2016-10-25 21:53:32 +02:00
parent a62ab3b5d4
commit 99dc75c2fd
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@ def positiveRadians(angle):
# -----------------------------
def getDataLine(angles,x,y,validData=True):
"""
Returns string of one line in ang file
Returns string of one line in ang file.
convention in ang file: y coordinate comes first and is fastest index
Convention in ang file: y coordinate comes first and is fastest index
positions in micrometer
"""
info = {True: (9999.9, 1.0, 0,99999,0.0),