The stepcode typos aren't to be found upstream. Recomend we merge nonetheless.
This commit is contained in:
luz.paz
2018-01-08 10:23:04 -05:00
committed by wmayer
parent e588862034
commit 504f6583dd
8 changed files with 9 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ void Sheet::clearAll()
* Import a file into the spreadsheet object.
*
* @param filename Name of file to import
* @param delimiter The field delimiter charater used.
* @param delimiter The field delimiter character used.
* @param quoteChar Quote character, if any (set to '\0' to disable).
* @param escapeChar The escape character used, if any (set to '0' to disable).
*

View File

@@ -57,7 +57,7 @@
</Methode>
<Methode Name="splitCell">
<Documentation>
<UserDocu>Split a perviously merged cell</UserDocu>
<UserDocu>Split a previously merged cell</UserDocu>
</Documentation>
</Methode>
<Methode Name="insertColumns">

View File

@@ -167,7 +167,7 @@ class exprNode(object):
class FormulaTranslator(object):
''' This class tranlates a cell-formula from Excel to FreeCAD.'''
''' This class translates a cell-formula from Excel to FreeCAD.'''
def __init__(self):
self.tokenList = ['=']