From 3d5833d3233a36ad9fa0a4d2ac29b03372130b4b Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 7 Sep 2025 18:49:14 +0200 Subject: [PATCH] Updated doc --- src/db/db/gsiDeclDbCell.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/gsiDeclDbCell.cc b/src/db/db/gsiDeclDbCell.cc index 52543c93b..7138418e7 100644 --- a/src/db/db/gsiDeclDbCell.cc +++ b/src/db/db/gsiDeclDbCell.cc @@ -2249,7 +2249,7 @@ Class decl_Cell ("db", "Cell", "If the 'remaining_polygons' argument is non-nil, the corresponding region will receive all polygons from the input region " "which could not be filled and where there is no chance of filling because not a single tile will fit into them.\n" "\n" - "'remaining_parts' and 'remaining_polygons' can point to the same Region object.\n"" + "'remaining_parts' and 'remaining_polygons' can point to the same Region object.\n" "They can also be identical with the input. In that case the input will be overwritten with " "the respective output. Otherwise, the respective polygons are added to these regions.\n" "'remaining_polygons' is not used if 'exclude_area' is present and non-empty. In that case, the\n"