summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash3@gmail.com>2018-10-27 18:32:40 +0530
committerDivay Prakash <divayprakash3@gmail.com>2018-10-27 18:32:40 +0530
commit699ab98187ba01da8cf2874ef9048139a6727b5f (patch)
treead61a59fa5fde12539f59341c6ae1fec96872bb1
parent6e0f5f6365a65d208e5fff576632784d455042f4 (diff)
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