summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/yaml-cn.html.markdown
diff options
context:
space:
mode:
authorWen Sun <syl1887415157@126.com>2020-08-08 09:49:10 +0800
committerWen Sun <syl1887415157@126.com>2020-08-08 09:49:10 +0800
commit90d53cbd37e0a76d9d0fb5ad84e1d63bb5a9b3dc (patch)
tree4c8302f3859c1d67816e690628e26b1cbea476a3 /zh-cn/yaml-cn.html.markdown
parent2cad7e537acd3590103f49430de0f45297202dea (diff)
[yaml/zh-cn]: revert spaces
Diffstat (limited to 'zh-cn/yaml-cn.html.markdown')
-rw-r--r--zh-cn/yaml-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/yaml-cn.html.markdown b/zh-cn/yaml-cn.html.markdown
index c82f402d..30ed4695 100644
--- a/zh-cn/yaml-cn.html.markdown
+++ b/zh-cn/yaml-cn.html.markdown
@@ -12,7 +12,7 @@ lang: zh-cn
YAML 是一种数据序列化语言,旨在让人类直接可写可读。
-它是 JSON 的严格超集,增加了*在语法上有意义的*(syntactically significant)换行符和缩进,就像Python一样。但和Python的不同之处在于,YAML不允许使用*文字制表符*(literal tab characters)来表示缩进。
+它是 JSON 的严格超集,增加了*在语法上有意义的*(syntactically significant)换行符和缩进,就像 Python 一样。但和 Python 的不同之处在于,YAML 不允许使用*文字制表符*(literal tab characters)来表示缩进。
```yaml