From 10e7566ed84251dcec6ee4ff3cc721e38fb90457 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Mon, 21 May 2018 00:19:31 +0200 Subject: dict: fix CI issues --- docs/markdown/snippets/dict_builtin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/dict_builtin.md b/docs/markdown/snippets/dict_builtin.md index b60fd0a..1bd24ce 100644 --- a/docs/markdown/snippets/dict_builtin.md +++ b/docs/markdown/snippets/dict_builtin.md @@ -14,6 +14,6 @@ foo = dict.get('foo') foobar = dict.get('foobar', 'fallback-value') foreach key, value : dict - # Do something with key and value -#endforeach + Do something with key and value +endforeach ``` -- cgit v1.1