Skip to content

Commit 74032c3

Browse files
committed
Fix typos
1 parent 469a393 commit 74032c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyarmor/learn/zh/concepts.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Pyarmor 命令行工具是提供了命令行操作方式的一个应用程序
6464
build [label="pyarmor build", href="commands.html#cmd-build"]
6565

6666
project [label="工程", href="concepts.html#project"]
67-
miniscript [label="迷你型加密脚本", href="concepts.html#mini-script"]]
68-
rftscript [label="重构型加密脚本", href="concepts.html#rft-script"]]
67+
miniscript [label="迷你型加密脚本", href="concepts.html#mini-script"]
68+
rftscript [label="重构型加密脚本", href="concepts.html#rft-script"]
6969
license [shape=component, label="Pyarmor 许可证", href="https://pyarmor.readthedocs.io/zh/latest/licenses.html"]
7070
joint [shape=point]
7171

@@ -92,7 +92,7 @@ Pyarmor 工程
9292
:name: g-project-components
9393

9494
digraph G {
95-
node [shape=box, style=rounded, target="_top]
95+
node [shape=box, style=rounded, target="_top"]
9696
rankdir="LR"
9797

9898
subgraph C {
@@ -120,7 +120,7 @@ Pyarmor 工程
120120
:name: g-script-types
121121

122122
digraph G {
123-
node [shape=box, style=rounded, target="_top]
123+
node [shape=box, style=rounded, target="_top"]
124124
rankdir="LR"
125125

126126
subgraph C {

0 commit comments

Comments
 (0)