mirror of https://github.com/KLayout/klayout.git
Fix missing 'to' typo
from another cell this cell -> from another cell to this cell
This commit is contained in:
parent
feb5e7eece
commit
bc16c4ad31
|
|
@ -1626,7 +1626,7 @@ Class<db::Cell> decl_Cell ("db", "Cell",
|
||||||
"@brief Moves the shapes from the source to the target layer\n"
|
"@brief Moves the shapes from the source to the target layer\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n"
|
"The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n"
|
||||||
"This method will move shapes within the cell. To move shapes from another cell this cell, "
|
"This method will move shapes within the cell. To move shapes from another cell to this cell, "
|
||||||
"use the copy method with the cell parameter.\n"
|
"use the copy method with the cell parameter.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"This method has been introduced in version 0.19.\n"
|
"This method has been introduced in version 0.19.\n"
|
||||||
|
|
@ -1654,7 +1654,7 @@ Class<db::Cell> decl_Cell ("db", "Cell",
|
||||||
"\n"
|
"\n"
|
||||||
"The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n"
|
"The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n"
|
||||||
"If source are target layer are identical, this method does nothing.\n"
|
"If source are target layer are identical, this method does nothing.\n"
|
||||||
"This method will copy shapes within the cell. To copy shapes from another cell this cell, "
|
"This method will copy shapes within the cell. To copy shapes from another cell to this cell, "
|
||||||
"use the copy method with the cell parameter.\n"
|
"use the copy method with the cell parameter.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"This method has been introduced in version 0.19.\n"
|
"This method has been introduced in version 0.19.\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue