docs: Fix dictionary syntax [skip ci]

pull/3705/head
Yudi Matsuzake 7 years ago committed by Nirbheek Chauhan
parent 56a7d8b2b3
commit 4ee07dd165
  1. 2
      docs/markdown/Syntax.md

@ -393,7 +393,7 @@ a [dictionary][dictionaries], which is available since 0.47.0.
components = {
'foo': ['foo.c'],
'bar': ['bar.c'],
'baz:' ['baz.c'],
'baz': ['baz.c'],
}
# compute a configuration based on system dependencies, custom logic

Loading…
Cancel
Save