From cfd03f87d7574945719336d20a05e4a826a2e521 Mon Sep 17 00:00:00 2001 From: amongo Date: Tue, 21 Jul 2020 09:34:10 +0800 Subject: [PATCH] =?UTF-8?q?update=20docs/source=5Fzh=5Fcn/constraints=5Fon?= =?UTF-8?q?=5Fnetwork=5Fconstruction.md.=20=E8=AF=AD=E6=B3=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=BA=A6=E6=9D=9F=EF=BC=9A=E5=AF=B9=E5=B8=A6=E6=9C=89?= =?UTF-8?q?=E5=BE=AA=E7=8E=AF=E7=9A=84=E7=BD=91=E7=BB=9C=E6=B1=82=E5=8F=8D?= =?UTF-8?q?=E5=90=91=E4=B8=8D=E6=94=AF=E6=8C=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source_zh_cn/constraints_on_network_construction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_zh_cn/constraints_on_network_construction.md b/docs/source_zh_cn/constraints_on_network_construction.md index ff628c7982..961c8fdcbb 100644 --- a/docs/source_zh_cn/constraints_on_network_construction.md +++ b/docs/source_zh_cn/constraints_on_network_construction.md @@ -55,7 +55,7 @@ | 语句 | 与Python对比 | :----------- |:-------- | `for` | 迭代序列必须是Tuple/List,部分嵌套场景支持。 -| `while` | 部分嵌套场景支持。 +| `while` | 部分嵌套场景支持,对带有while循环的网络求反向不支持。 | `if` | 与Python使用原则一致,但if条件的输入只支持常量。 | `in` | 仅支持Dictionary | `not in` | 仅支持Dictionary -- Gitee