From ebd2e8c1aaee6c36412c39b962848d69cd4af066 Mon Sep 17 00:00:00 2001 From: Guillaume David Date: Tue, 24 Apr 2018 11:16:08 -0700 Subject: [PATCH] Corrected formatting of `README.rst` --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 7e71e13..10c4c44 100644 --- a/README.rst +++ b/README.rst @@ -78,10 +78,9 @@ output ======== There are two `output` modes: - - `list`: the function returns a list of values corresponding to the - matched keys. - - `dict`: the function returns a `dict` with the matched keys as keys and - their corresponding values as values. + +* `list`: the function returns a list of values corresponding to the matched keys. +* `dict`: the function returns a `dict` with the matched keys as keys and their corresponding values as values. For example: