From dc86efb67758bbf5267cc1dd8be362f48d5dd6d0 Mon Sep 17 00:00:00 2001 From: amongo Date: Mon, 20 Jul 2020 21:40:36 +0800 Subject: [PATCH] =?UTF-8?q?update=20docs/source=5Fzh=5Fcn/constraints=5Fon?= =?UTF-8?q?=5Fnetwork=5Fconstruction.md.=20=E5=A2=9E=E5=8A=A0=E9=99=90?= =?UTF-8?q?=E5=88=B6=EF=BC=9A=E5=AF=B9=E4=BA=8Ewhile=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E7=9A=84=E7=BD=91=E7=BB=9C=E6=B1=82=E5=8F=8D=E5=90=91=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81z?= 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..aac8304e3e 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