From fa01e2cbc14b8501cb3608a45d8b42460d0bbb21 Mon Sep 17 00:00:00 2001 From: Omry Yadan Date: Mon, 13 Apr 2020 10:15:24 -0700 Subject: [PATCH] minor docs update --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index a7650f96a..243ed5038 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -254,7 +254,7 @@ This example creates a resolver that adds 10 the the given value. 1000 -Custom resolvers support variadic argument lists in the form of a comma separated list of zero or more values (coming in OmegaConf 1.3.1). +Custom resolvers support variadic argument lists in the form of a comma separated list of zero or more values. Whitespaces are stripped from both ends of each value ("foo,bar" is the same as "foo, bar "). You can use literal commas and spaces anywhere by escaping (:code:`\,` and :code:`\ `). .. doctest::