- finished the update on French Google translation.

This commit is contained in:
Marius Stanciu
2019-10-19 04:45:17 +03:00
committed by Marius
parent 1af594403e
commit 46659af432
5 changed files with 3557 additions and 3647 deletions

View File

@@ -158,9 +158,9 @@ class ApertureMacro:
# ## Variables
# These are variables defined locally inside the macro. They can be
# numerical constant or defind in terms of previously define
# numerical constant or defined in terms of previously define
# variables, which can be defined locally or in an aperture
# definition. All replacements ocurr here.
# definition. All replacements occur here.
match = ApertureMacro.amvar_re.search(part)
if match:
var = match.group(1)