summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2018-10-27 18:36:53 +0530
committerGitHub <noreply@github.com>2018-10-27 18:36:53 +0530
commit7125b0f59473d9a5960cd6af4200b1da13761f7e (patch)
treead61a59fa5fde12539f59341c6ae1fec96872bb1
parent6e0f5f6365a65d208e5fff576632784d455042f4 (diff)
parent699ab98187ba01da8cf2874ef9048139a6727b5f (diff)
Merge pull request #3337 from divayprakash/fix-yaml
[yaml/en] Correct wording, closes #3098
-rw-r--r--yaml.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaml.html.markdown b/yaml.html.markdown
index d51b2147..8683971e 100644
--- a/yaml.html.markdown
+++ b/yaml.html.markdown
@@ -171,7 +171,7 @@ set:
? item3
or: {item1, item2, item3}
-# Like Python, sets are just maps with null values; the above is equivalent to:
+# Sets are just maps with null values; the above is equivalent to:
set2:
item1: null
item2: null